chore: add store state to simplify manageing validationErros and isLoading
This commit is contained in:
parent
05d9f5876d
commit
fdc458e167
4
frontend/src/app/core/types/http.ts
Normal file
4
frontend/src/app/core/types/http.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export interface HttpStoreState {
|
||||
isLoading: boolean;
|
||||
validationErrors: Record<string, string[]> | null;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user