@itd-api/testing / MockPostSeed
Interface: MockPostSeed
Defined in: packages/testing/src/server/contracts.ts:24
Properties
authorId
ts
authorId: string;Defined in: packages/testing/src/server/contracts.ts:26
content?
ts
optional content?: string;Defined in: packages/testing/src/server/contracts.ts:27
createdAt?
ts
optional createdAt?: string;Defined in: packages/testing/src/server/contracts.ts:29
deleted?
ts
optional deleted?: boolean;Defined in: packages/testing/src/server/contracts.ts:31
id?
ts
optional id?: string;Defined in: packages/testing/src/server/contracts.ts:25
likedBy?
ts
optional likedBy?: readonly string[];Defined in: packages/testing/src/server/contracts.ts:30
wallRecipientId?
ts
optional wallRecipientId?: string | null;Defined in: packages/testing/src/server/contracts.ts:28