@itd-api/testing / MockPostSnapshot
Interface: MockPostSnapshot
Defined in: packages/testing/src/server/contracts.ts:86
Запись из снимка сервера.
Properties
authorId
ts
readonly authorId: string;Defined in: packages/testing/src/server/contracts.ts:88
content
ts
readonly content: string;Defined in: packages/testing/src/server/contracts.ts:89
createdAt
ts
readonly createdAt: string;Defined in: packages/testing/src/server/contracts.ts:91
deleted
ts
readonly deleted: boolean;Defined in: packages/testing/src/server/contracts.ts:94
editedAt
ts
readonly editedAt: string | null;Defined in: packages/testing/src/server/contracts.ts:92
id
ts
readonly id: string;Defined in: packages/testing/src/server/contracts.ts:87
likedBy
ts
readonly likedBy: readonly string[];Defined in: packages/testing/src/server/contracts.ts:93
wallRecipientId
ts
readonly wallRecipientId: string | null;Defined in: packages/testing/src/server/contracts.ts:90