AuthError.d.ts 61 B

123
  1. interface IAuthError extends Error {
  2. authError: boolean;
  3. }