N-FIN-5: move types directory

This commit is contained in:
Markus Thielker 2024-03-09 17:52:05 +01:00
parent d86ae47c7c
commit 2840931a3d
No known key found for this signature in database
5 changed files with 4 additions and 4 deletions

View file

@ -1,5 +0,0 @@
export interface ActionResponse {
type: 'success' | 'info' | 'warning' | 'error';
message: string;
redirect?: string;
}