mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-27 22:24:42 +02:00
wip
This commit is contained in:
@@ -82,5 +82,5 @@ export const refs = {
|
||||
|
||||
export type References = GetRefs<typeof refs>;
|
||||
|
||||
export type Packed<x extends GetKeys<References, 'https://misskey-hub.net/api/schemas/'>> = GetDef<References, x, 'https://misskey-hub.net/api/schemas/'>;
|
||||
export type Packed<x extends GetKeys<References, 'https://misskey-hub.net/api/schemas/'>> = GetDef<References, x, false, 'https://misskey-hub.net/api/schemas/'>;
|
||||
export type Def<x extends GetKeys<References>> = GetDef<References, x>;
|
||||
|
||||
Reference in New Issue
Block a user