interface FabricResponse {
    body: string | Dict;
    headers: Dict;
    statusCode: number;
}

Properties

body: string | Dict
headers: Dict
statusCode: number