wip
This commit is contained in:
parent
abefddb90e
commit
ef15b9c0d3
6 changed files with 106 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue