mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-08 19:35:14 -05:00
reorganize all frontend items
This commit is contained in:
10
frontend/api/class-interfaces/_base.ts
Normal file
10
frontend/api/class-interfaces/_base.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { ApiRequestInstance } from "~/types/api";
|
||||
|
||||
export class BaseAPIClass {
|
||||
requests: ApiRequestInstance
|
||||
|
||||
constructor(requests: ApiRequestInstance) {
|
||||
this.requests = requests;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user