@valon-technologies/gestalt
    Preparing search index...

    Interface SchemaOptions<T>

    Shared options supported by all schema builders.

    interface SchemaOptions<T> {
        description?: string;
        required?: boolean;
        default?: T;
    }

    Type Parameters

    • T
    Index

    Properties

    description?: string
    required?: boolean
    default?: T