feat: add navigation keys and routing check (#24)
This commit is contained in:
1
src/models/index.ts
Normal file
1
src/models/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * as Order from './order';
|
||||
5
src/models/order.ts
Normal file
5
src/models/order.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type Id = string;
|
||||
|
||||
export type View = {
|
||||
id: Id;
|
||||
};
|
||||
Reference in New Issue
Block a user