mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 13:44:12 +00:00
refactor: simplify routing
This commit is contained in:
committed by
Carlos Valente
parent
e204f671be
commit
78184b23b7
@@ -0,0 +1,6 @@
|
||||
import { QueryStatus } from '@tanstack/react-query';
|
||||
|
||||
export type ViewData<T> = {
|
||||
data: T;
|
||||
status: QueryStatus;
|
||||
};
|
||||
Reference in New Issue
Block a user