@itd-api/testing / MockPostSeed
Interface: MockPostSeed
Defined in: packages/testing/src/server/contracts.ts:31
Properties
authorId
ts
authorId: string;Defined in: packages/testing/src/server/contracts.ts:33
content?
ts
optional content?: string;Defined in: packages/testing/src/server/contracts.ts:34
createdAt?
ts
optional createdAt?: string;Defined in: packages/testing/src/server/contracts.ts:36
deleted?
ts
optional deleted?: boolean;Defined in: packages/testing/src/server/contracts.ts:38
id?
ts
optional id?: string;Defined in: packages/testing/src/server/contracts.ts:32
likedBy?
ts
optional likedBy?: readonly string[];Defined in: packages/testing/src/server/contracts.ts:37
wallRecipientId?
ts
optional wallRecipientId?: string | null;Defined in: packages/testing/src/server/contracts.ts:35