Chatoyant - v0.2.1
    Preparing search index...

    Interface BaseFieldOptions

    Base options shared by all field types.

    interface BaseFieldOptions {
        description?: string;
        optional?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    Human-readable description for documentation

    optional?: boolean

    Whether the field can be omitted