zibri
    Preparing search index...

    Metadata shared by all properties.

    type BasePropertyMetadata = {
        description: string | undefined;
        required: boolean;
    }
    Index

    Properties

    description: string | undefined

    A description of the property.

    required: boolean

    Whether or not the property is required.