mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
rename field
This commit is contained in:
parent
2b2b34700b
commit
0effd82062
2 changed files with 2 additions and 2 deletions
|
@ -12,5 +12,5 @@ export interface CreatePost {
|
||||||
nsfw?: boolean;
|
nsfw?: boolean;
|
||||||
language_id?: LanguageId;
|
language_id?: LanguageId;
|
||||||
custom_thumbnail?: string;
|
custom_thumbnail?: string;
|
||||||
scheduled_time?: string;
|
scheduled_publish_time?: string;
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,5 +28,5 @@ export interface Post {
|
||||||
featured_local: boolean;
|
featured_local: boolean;
|
||||||
url_content_type?: string;
|
url_content_type?: string;
|
||||||
alt_text?: string;
|
alt_text?: string;
|
||||||
scheduled_time?: string;
|
scheduled_publish_time?: string;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue