Skip to content

Type Alias: DefaultableValue

ts
type DefaultableValue =
  | Reference
  | BasicType
  | DateTime
  | bigint
  | Phone
  | (parent: any, helpers: CustomHelpers) =>
  | Reference
  | BasicType
  | DateTime
  | Phone
  | bigint;