Websites v4 docs v8.3.1
    Preparing search index...

    Type Alias MultiSelectOption

    type MultiSelectOption = {
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    label: string
    value: string