mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59: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;
|
||||
language_id?: LanguageId;
|
||||
custom_thumbnail?: string;
|
||||
scheduled_publish_time?: number;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue