Type alias PropertySchemaCommon

PropertySchemaCommon: {
    default?: unknown;
    indexed?: IndexedType;
    mapTo?: string;
    presentation: never;
}

Keys used in the property schema that are common among all variations of PropertySchemaStrict.

Type declaration

  • Optional default?: unknown
  • Optional indexed?: IndexedType
  • Optional mapTo?: string
  • presentation: never

Generated using TypeDoc