export interface GetAppInstallationResponse { id: string; teamsApp: { id: string; externalId: string; displayName: string; distributionMethod: string; }; } //# sourceMappingURL=GetAppInstallationResponse.d.ts.map