Interface AppInfo

Information about an app.

interface AppInfo {
    creator: string;
    name: string;
}

Properties

Properties

creator: string
name: string

Generated using TypeDoc