mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-25 09:37:35 +00:00
fix(shell): fix api svc types
This commit is contained in:
parent
5957ecacad
commit
e474f77790
@ -31,7 +31,11 @@ const buildNotimpl = (name: string) => {
|
||||
throw: true,
|
||||
})
|
||||
|
||||
fn[notimplSym] = true
|
||||
;(
|
||||
fn as unknown as {
|
||||
[notimplSym]: boolean
|
||||
}
|
||||
)[notimplSym] = true
|
||||
}
|
||||
|
||||
const handler: ProxyHandler<Api> = {
|
||||
|
Loading…
Reference in New Issue
Block a user