src/app/interfaces/response-api.ts
msg: string
string
status: boolean
boolean
value: any
any
export interface ResponseApi { status: boolean, msg: string, value: any, }