mapbiz
    Preparing search index...

    Interface ContatctUs

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

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

    Properties

    date_created: string
    email?: null | string

    254

    name: string

    1000

    phone: string

    30

    text?: null | string