Initial commit
This commit is contained in:
commit
423a0ba959
60 changed files with 4399 additions and 0 deletions
6
src/store/loading/state.ts
Normal file
6
src/store/loading/state.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
interface ILoadingState {
|
||||
status: boolean;
|
||||
error?: string;
|
||||
}
|
||||
|
||||
export { type ILoadingState };
|
||||
Loading…
Add table
Add a link
Reference in a new issue