Interface GroupsEditAddressParams

interface GroupsEditAddressParams {
    additional_address?: string;
    address?: string;
    address_id: number;
    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
address_id: number
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