mapbiz
    Preparing search index...

    Interface ContatctUsRequest

    Сериализация запроса на обратную связь

    interface ContatctUsRequest {
        email?: null | string;
        name: string;
        phone: string;
        text?: null | string;
    }
    Index

    Properties

    Properties

    email?: null | string

    254

    name: string

    1

    1000

    phone: string

    1

    30

    text?: null | string