export interface AppInfo { teamId: string; appId: string; appName: string; registeredAt: string; whitelistedDomains: Array; ackPublicKeys: Array; }