(tsType: Omit<CustomerDto, 'id'>, schemaOptions: { title: 'NewCustomer', exclude: [ 'id' ] })
BillingCustomer model instance
(tsType: CustomerDto, schemaOptions: { title: 'NewBillingCustomer' })