Skip to content

Commit

Permalink
fix: HttpsCallableResult type (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ett-hyoshida committed Apr 28, 2022
1 parent e575475 commit b6e431b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/firebase-functions/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ export interface HttpsCallableOptions {
timeout?: number;
}

export interface HttpsCallableResult {
readonly data: any;
}
export type HttpsCallableResult = any;


export interface HttpsCallable {
Expand Down

0 comments on commit b6e431b

Please sign in to comment.