Initial commit: Book management system with Rust Loco backend and Vue 3 frontend
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { AppRecord } from './api.js';
|
||||
export interface Context {
|
||||
currentTab: string;
|
||||
currentAppRecord: AppRecord;
|
||||
}
|
||||
Reference in New Issue
Block a user