@itd-api/testing / MockPostSnapshot
Interface: MockPostSnapshot
Defined in: packages/testing/src/server/contracts.ts:111
Запись из снимка сервера.
Properties
authorId
ts
readonly authorId: string;Defined in: packages/testing/src/server/contracts.ts:113
content
ts
readonly content: string;Defined in: packages/testing/src/server/contracts.ts:114
createdAt
ts
readonly createdAt: string;Defined in: packages/testing/src/server/contracts.ts:116
deleted
ts
readonly deleted: boolean;Defined in: packages/testing/src/server/contracts.ts:119
editedAt
ts
readonly editedAt: string | null;Defined in: packages/testing/src/server/contracts.ts:117
id
ts
readonly id: string;Defined in: packages/testing/src/server/contracts.ts:112
likedBy
ts
readonly likedBy: readonly string[];Defined in: packages/testing/src/server/contracts.ts:118
wallRecipientId
ts
readonly wallRecipientId: string | null;Defined in: packages/testing/src/server/contracts.ts:115