File

src/app/interfaces/response-api.ts

Index

Properties

Properties

msg
msg: string
Type : string
status
status: boolean
Type : boolean
value
value: any
Type : any
export interface ResponseApi {
    status: boolean,
    msg: string,
    value: any,
}

results matching ""

    No results matching ""