Skip to content

SuccessResponseOptions

Defined in: response.ts:42

Extends

Properties

res

res: ESSC_RESPONSE<any, Record<string, any>, number>;

Defined in: response.ts:21

Inherited from

BaseResponseOptions.res


table

table: string;

Defined in: response.ts:22

Inherited from

BaseResponseOptions.table


status

status:
| OK
| CREATED;

Defined in: response.ts:23

Inherited from

BaseResponseOptions.status


data

data: JSONValues;

Defined in: response.ts:44


key

key: null | string;

Defined in: response.ts:45