1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 06:54:08 +02:00
This commit is contained in:
tamaina
2023-05-02 17:57:56 +00:00
parent ef15b9c0d3
commit ff85376306
2 changed files with 2 additions and 2 deletions

View File

@@ -76,3 +76,5 @@ export type References = [
];
export type Packed<T extends keyof typeof refs> = FromSchema<typeof refs[T], { references: References }>
export type PackedNote = Packed<'Note'>;