Current Path : /home/infinitibizsol/.trash/node_modules.3/google-auth-library/build/src/ |
Current File : /home/infinitibizsol/.trash/node_modules.3/google-auth-library/build/src/messages.d.ts |
export declare enum WarningTypes { WARNING = "Warning", DEPRECATION = "DeprecationWarning" } export declare function warn(warning: Warning): void; export interface Warning { code: string; type: WarningTypes; message: string; warned?: boolean; }