@itd-api/testing / CommentFixtureInput
Type Alias: CommentFixtureInput
ts
type CommentFixtureInput = Partial<Omit<Comment, "author">> & object;Defined in: packages/testing/src/fixtures.ts:22
Type Declaration
author?
ts
optional author?: AuthorFixtureInput;