mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 10:09:55 +00:00
add EditPost.scheduled_publish_time
This commit is contained in:
parent
17fc65e13a
commit
d1bbac8ed0
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@ export interface EditPost {
|
||||||
nsfw?: boolean;
|
nsfw?: boolean;
|
||||||
language_id?: LanguageId;
|
language_id?: LanguageId;
|
||||||
custom_thumbnail?: string;
|
custom_thumbnail?: string;
|
||||||
|
scheduled_publish_time?: number;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue