Websites v4 docs v5.2.4
    Preparing search index...

    Type Alias PriceOption

    type PriceOption = {
        label: string;
        value: number;
    }
    Index

    Properties

    Properties

    label: string
    value: number