Type alias AppInfo

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

Information about your app.

Type declaration

  • creator: string
  • name: string

Generated using TypeDoc