Kargi-Sitesi/node_modules/@angular/fire/compat/remote-config/base.d.ts

18 lines
365 B
TypeScript
Raw Normal View History

2024-11-03 21:30:09 -05:00
export declare const proxyPolyfillCompat: {
app: any;
settings: any;
defaultConfig: any;
fetchTimeMillis: any;
lastFetchStatus: any;
activate: any;
ensureInitialized: any;
fetch: any;
fetchAndActivate: any;
getAll: any;
getBoolean: any;
getNumber: any;
getString: any;
getValue: any;
setLogLevel: any;
};