Interface JSONClientApplication

interface JSONClientApplication {
    createdAt: number;
    flags: number;
    id: string;
}

Hierarchy (view full)

Properties

Properties

createdAt: number
flags: number
id: string