valitype
    Preparing search index...

    Type Alias EnumRule

    type EnumRule = {
        default?: string;
        required?: boolean;
        type: { enum: string[] };
    }
    Index

    Properties

    default?: string
    required?: boolean
    type: { enum: string[] }