SuccessResponseOptions
Defined in: response.ts:42
Extends
BaseResponseOptions< |OK|CREATED>
Properties
res
res: ESSC_RESPONSE<any, Record<string, any>, number>;Defined in: response.ts:21
Inherited from
table
table: string;Defined in: response.ts:22
Inherited from
status
status: | OK | CREATED;Defined in: response.ts:23
Inherited from
data
data: JSONValues;Defined in: response.ts:44
key
key: null | string;Defined in: response.ts:45