feat(frontend,API): Add PUT operations, integrate API, add first from engine
This commit is contained in:
10
legalconsenthub/index.d.ts
vendored
Normal file
10
legalconsenthub/index.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
declare module 'nuxt/schema' {
|
||||
interface PublicRuntimeConfig {
|
||||
clientProxyBasePath: string
|
||||
serverApiBaseUrl: string
|
||||
serverApiBasePath: string
|
||||
}
|
||||
}
|
||||
|
||||
// It is always important to ensure you import/export something when augmenting a type
|
||||
export {}
|
||||
Reference in New Issue
Block a user