mapbiz
    Preparing search index...

    Interface StrValueSelect

    Сериализатор для выбора опции c строковым значением

    interface StrValueSelect {
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    label: string
    value: string