Interface GroupsAddAddressParams

interface GroupsAddAddressParams {
    additional_address?: string;
    address: string;
    city_id: number;
    group_id: number;
    is_main_address?: number | boolean;
    latitude: number;
    longitude: number;
    metro_id?: number;
    phone?: string;
    timetable?: string;
    title: string;
    work_info_status?: GroupsAddressWorkInfoStatus;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

additional_address?: string
address: string
city_id: number
group_id: number
is_main_address?: number | boolean
latitude: number
longitude: number
metro_id?: number
phone?: string
timetable?: string
title: string
work_info_status?: GroupsAddressWorkInfoStatus

Generated using TypeDoc