1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 09:55:38 +02:00
This commit is contained in:
syuilo
2025-11-07 12:53:28 +09:00
parent 990be44d98
commit 4dcff123df
3 changed files with 35 additions and 3 deletions

View File

@@ -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;