Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 679 Bytes

File metadata and controls

28 lines (21 loc) · 679 Bytes
title description contributors
NullableSchema
Nullable schema type.
fabian-hiller
sqmasep

import { Property } from '~/components'; import { properties } from './properties';

NullableSchema

Nullable schema type.

Generics

  • TWrapped <Property {...properties.TWrapped} />
  • TDefault <Property {...properties.TDefault} />

Definition

  • NullableSchema <Property {...properties.BaseSchema} />
    • type <Property {...properties.type} />
    • reference <Property {...properties.reference} />
    • expects <Property {...properties.expects} />
    • wrapped <Property {...properties.wrapped} />
    • default <Property {...properties.default} />