Interface AdsAccesses

interface AdsAccesses {
    client_id: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

client_id: string

Client ID

Generated using TypeDoc