@wearesage/schema
    Preparing search index...

    Type Alias PropertyOptions

    type PropertyOptions = {
        default?: any;
        description?: string;
        name?: string;
        readOnly?: boolean;
        required?: boolean;
        type?: any;
        unique?: boolean;
        writeOnly?: boolean;
    }
    Index

    Properties

    default?: any
    description?: string
    name?: string
    readOnly?: boolean
    required?: boolean
    type?: any
    unique?: boolean
    writeOnly?: boolean