UNPKG

rewardwee_auth_access

Version:

auth verify access for all microservices

12 lines (11 loc) 287 B
export type ErrorDataType = { msg: string; file?: string; stack?: string; class?: string; time: string; user?: string; admin?: string; status: 'STRONG' | 'MILD' | 'WEAK' | 'INFO'; }; export declare const LogError: (err: ErrorDataType) => void;