chore: lint
This commit is contained in:
@ -25,7 +25,7 @@ export interface ClientFunctions {
|
||||
|
||||
export interface Collection {
|
||||
name: string
|
||||
fields?: {}[]
|
||||
fields?: object[]
|
||||
}
|
||||
|
||||
export interface Resource {
|
||||
|
||||
@ -11,5 +11,5 @@ export interface NuxtDevtoolsServerContext {
|
||||
|
||||
refresh: (event: keyof ServerFunctions) => void
|
||||
|
||||
extendServerRpc: <ClientFunctions = {}, ServerFunctions = {}>(name: string, functions: ServerFunctions) => BirpcGroup<ClientFunctions, ServerFunctions>
|
||||
extendServerRpc: <ClientFunctions = object, ServerFunctions = object>(name: string, functions: ServerFunctions) => BirpcGroup<ClientFunctions, ServerFunctions>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user