Interface StatusResponse

interface StatusResponse {
    errors?: string[];
    message?: string;
    success: boolean;
}

Properties

errors?: string[]
message?: string
success: boolean

Generated using TypeDoc