Skip to content

Commit

Permalink
fix: export AutenticationParams interface (#387)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Smid <[email protected]>
  • Loading branch information
msmid and msmid authored Aug 26, 2024
1 parent dc0b80d commit ad6d99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type Credentials = {
options: FirebaseOptions
}

interface AuthenticationParams {
export interface AuthenticationParams {
UID: string
options: FirebaseOptions
serviceAccount: ServiceAccount
Expand Down

0 comments on commit ad6d99d

Please sign in to comment.