forked from mirrors/misskey
wip
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import type { JSONSchema7Reference } from 'json-schema-to-ts';
|
||||
|
||||
export const packedAntennaSchema = {
|
||||
$id: '/schemas/Antenna',
|
||||
|
||||
@@ -88,4 +90,4 @@ export const packedAntennaSchema = {
|
||||
'isActive',
|
||||
'hasUnreadNote',
|
||||
],
|
||||
} as const;
|
||||
} as const satisfies JSONSchema7Reference;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import type { JSONSchema7Reference } from 'json-schema-to-ts';
|
||||
|
||||
export const packedNoteSchema = {
|
||||
$id: '/schemas/Note',
|
||||
|
||||
@@ -156,4 +158,4 @@ export const packedNoteSchema = {
|
||||
'renoteCount',
|
||||
'repliesCount',
|
||||
],
|
||||
} as const;
|
||||
} as const satisfies JSONSchema7Reference;
|
||||
|
||||
Reference in New Issue
Block a user