type
CreateOptions
type CreateOptions<
Locale extends string = string,
Versions extends boolean = boolean,
Drafts extends boolean = boolean,
> =
MutationLocaleOptions<Locale> & DraftCreateOption<Versions, Drafts>Create options, including explicit draft or publish intent for versioned collections.