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