Type alias PropertySchemaCommon

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

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

Generated using TypeDoc