CreateOptions: BaseRepositoryOptions & { allowId?: boolean }

Options for creating a single entity.

Type declaration

  • OptionalallowId?: boolean

    Whether or not setting the id property manually is allowed.

    false.