Skip to content

Latest commit

History

History
26 lines (19 loc) 路 642 Bytes

File metadata and controls

26 lines (19 loc) 路 642 Bytes
title description contributors
NullableSchemaAsync
Nullable schema async type.
fabian-hiller

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

NullableSchemaAsync

Nullable schema async type.

Generics

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

Definition

  • NullableSchemaAsync <Property {...properties.BaseSchemaAsync} />
    • type <Property {...properties.type} />
    • wrapped <Property {...properties.wrapped} />
    • default <Property {...properties.default} />