UNPKG

@likeminds.community/chat-js-beta

Version:

LikeMinds Javascript SDK for chat APIs

36 lines (35 loc) 795 B
export declare const environment: { apiUrl: string; firebaseConfig: { apiKey: string; authDomain: string; databaseURL: string; projectId: string; storageBucket: string; messagingSenderId: string; appId: string; measurementId?: undefined; }; awsConfig: { bucket: string; poolId: string; region: string; }; } | { apiUrl: string; firebaseConfig: { apiKey: string; authDomain: string; databaseURL: string; projectId: string; storageBucket: string; messagingSenderId: string; appId: string; measurementId: string; }; awsConfig: { bucket: string; poolId: string; region: string; }; };