Interface AdsOrdSubagent

interface AdsOrdSubagent {
    inn: string;
    name: string;
    phone: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

inn: string
name: string
phone: string

Generated using TypeDoc