interface HttpMeta {
    code?: string;
    status?: number;
}

Properties

Properties

code?: string
status?: number

Generated using TypeDoc