Chatoyant - v0.2.1
    Preparing search index...

    Interface LiteralFieldOptions

    Options for Schema.Literal() fields.

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

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    Human-readable description for documentation

    optional?: boolean

    Whether the field can be omitted