Member Junction
    Preparing search index...

    Category configuration for the form dropdown

    interface CategoryOption {
        description?: string;
        label: string;
        value: string;
    }
    Index

    Properties

    description?: string
    label: string
    value: string