export interface HttpRegisterNewAppRequest { teamId: string; appName: string; whitelistedDomains: Array; ackPublicKeys: Array; }