ff-admin-server/src/exceptions/exceptionsBaseType.ts
Julian Krauser e1ec65350d login and authentication
login via totp
authentication via access and refresh tokens
2024-08-22 11:40:31 +02:00

3 lines
63 B
TypeScript

export type ExceptionBase = {
statusCode: number;
} & Error;