Skip to content

Type Alias: ComputedOptions

ts
type ComputedOptions = {
  meta?: any;
  serializeAs: string | null;
};

Represents a computed property on the model

Properties

PropertyType
meta?any
serializeAsstring | null