libs/interfaces/src/auth/signUpResponse.interface.ts
Properties |
status |
status:
|
Type : StatusType
|
import { StatusType } from '../generic/Status.type'
export interface SignUpResponseInterface {
status: StatusType
}