mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-14 09:55:38 +02:00
fix type
This commit is contained in:
@@ -4900,7 +4900,8 @@ export type components = {
|
||||
summary: string | null;
|
||||
hideTitleWhenPinned: boolean;
|
||||
alignCenter: boolean;
|
||||
font: string;
|
||||
/** @enum {string} */
|
||||
font: 'serif' | 'sans-serif';
|
||||
script: string;
|
||||
eyeCatchingImageId: string | null;
|
||||
eyeCatchingImage: components['schemas']['DriveFile'] | null;
|
||||
|
||||
Reference in New Issue
Block a user