rename field

This commit is contained in:
Felix Ableitner 2024-09-17 14:13:28 +02:00
parent 2b2b34700b
commit 0effd82062
2 changed files with 2 additions and 2 deletions

View file

@ -12,5 +12,5 @@ export interface CreatePost {
nsfw?: boolean;
language_id?: LanguageId;
custom_thumbnail?: string;
scheduled_time?: string;
scheduled_publish_time?: string;
}

View file

@ -28,5 +28,5 @@ export interface Post {
featured_local: boolean;
url_content_type?: string;
alt_text?: string;
scheduled_time?: string;
scheduled_publish_time?: string;
}