@itd-api/testing / MockCommentSeed
Interface: MockCommentSeed
Defined in: packages/testing/src/server/contracts.ts:41
Properties
authorId
ts
authorId: string;Defined in: packages/testing/src/server/contracts.ts:44
content?
ts
optional content?: string;Defined in: packages/testing/src/server/contracts.ts:47
createdAt?
ts
optional createdAt?: string;Defined in: packages/testing/src/server/contracts.ts:48
deleted?
ts
optional deleted?: boolean;Defined in: packages/testing/src/server/contracts.ts:50
id?
ts
optional id?: string;Defined in: packages/testing/src/server/contracts.ts:42
likedBy?
ts
optional likedBy?: readonly string[];Defined in: packages/testing/src/server/contracts.ts:49
parentCommentId?
ts
optional parentCommentId?: string | null;Defined in: packages/testing/src/server/contracts.ts:45
postId
ts
postId: string;Defined in: packages/testing/src/server/contracts.ts:43
replyToUserId?
ts
optional replyToUserId?: string;Defined in: packages/testing/src/server/contracts.ts:46