Skip to content

SudoSOS Back-end API / controller/response/wrapped-response / WrappedResponse

Interface: WrappedResponse ​

Properties ​

createdAt? ​

ts
optional createdAt: string;

Inherited from ​

ts
BaseResponse.createdAt

id ​

ts
id: number;

Inherited from ​

ts
BaseResponse.id

organs ​

ts
organs: WrappedOrganMemberResponse[];

spentPercentile ​

ts
spentPercentile: number;

syncedFrom ​

ts
syncedFrom: string;

syncedTo ​

ts
syncedTo: string;

transactions ​

ts
transactions: WrappedTransactions;

updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

ts
BaseResponse.updatedAt

userId ​

ts
userId: number;

version? ​

ts
optional version: number;

Inherited from ​

ts
BaseResponse.version