bolt.diy/app/types/firebase.ts

6 lines
97 B
TypeScript

export interface FirebaseConfig {
apiKey: string;
authDomain: string;
projectId: string;
}