vợ bảo okeoke
This commit is contained in:
10
src/type.d.ts
vendored
Normal file
10
src/type.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/// <reference types="vite/client" />
|
||||
/// <reference types="unplugin-vue-components/types/vue" />
|
||||
|
||||
declare module "@httpClientAdapter" {
|
||||
import { TinyRpcClientAdapter } from "@hiogawa/tiny-rpc";
|
||||
export function httpClientAdapter(opts: {
|
||||
url: string;
|
||||
pathsForGET?: string[];
|
||||
}): TinyRpcClientAdapter;
|
||||
}
|
||||
Reference in New Issue
Block a user