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