Interface BaseLinkApplication

interface BaseLinkApplication {
    app_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

app_id: number

Application Id

Generated using TypeDoc