@itd-api/testing / MockCommentSeed
Interface: MockCommentSeed
Defined in: packages/testing/src/server/contracts.ts:34
Properties
authorId
ts
authorId: string;Defined in: packages/testing/src/server/contracts.ts:37
content?
ts
optional content?: string;Defined in: packages/testing/src/server/contracts.ts:40
createdAt?
ts
optional createdAt?: string;Defined in: packages/testing/src/server/contracts.ts:41
deleted?
ts
optional deleted?: boolean;Defined in: packages/testing/src/server/contracts.ts:43
id?
ts
optional id?: string;Defined in: packages/testing/src/server/contracts.ts:35
likedBy?
ts
optional likedBy?: readonly string[];Defined in: packages/testing/src/server/contracts.ts:42
parentCommentId?
ts
optional parentCommentId?: string | null;Defined in: packages/testing/src/server/contracts.ts:38
postId
ts
postId: string;Defined in: packages/testing/src/server/contracts.ts:36
replyToUserId?
ts
optional replyToUserId?: string;Defined in: packages/testing/src/server/contracts.ts:39