11 lines
142 B
TypeScript
11 lines
142 B
TypeScript
|
|
declare module 'vue/types/vue' {
|
||
|
|
interface Vue {
|
||
|
|
$ovdashboard: {
|
||
|
|
api_url: (endpoint: string) => string;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
export { };
|
||
|
|
|