interface ResponseMeta {
    rc: string;
    msg?: string;
}

Properties

Properties

rc: string
msg?: string