mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-18 14:49:08 -04:00
Refactor browser extension to use shared types, add import order lint rules (#900)
This commit is contained in:
committed by
Leendert de Borst
parent
c6d7d16b27
commit
22acea0e35
@@ -1,9 +1,7 @@
|
||||
type BadRequestResponse = {
|
||||
export type BadRequestResponse = {
|
||||
type: string;
|
||||
title: string;
|
||||
status: number;
|
||||
errors: Record<string, string[]>;
|
||||
traceId: string;
|
||||
};
|
||||
|
||||
export default BadRequestResponse;
|
||||
|
||||
Reference in New Issue
Block a user