interface ApiResponseBase {
    data: object;
    message?: string;
}

Properties

Properties

data: object
message?: string

Generated using TypeDoc