UNPKG

@techmmunity/symbiosis

Version:

Symbiosis - The Ultimate OM For All Databases

4 lines (3 loc) 253 B
export declare type HighLevelLogOptions = "ALL_INTERNAL" | "ALL" | "MINIMUM" | "NONE"; export declare type DetailedLogOptions = "DEBUG" | "ERROR" | "INFO" | "LOG" | "WARN"; export declare type LogLevel = Array<DetailedLogOptions> | HighLevelLogOptions;