Skip to content

Type Alias: ModelColumnOptions

ts
type ModelColumnOptions = ColumnOptions & {
  hasGetter: boolean;
  hasSetter: boolean;
};

Shape of column options after they have set on the model

Type Declaration

NameType
hasGetterboolean
hasSetterboolean