mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-25 13:51:12 +00:00
Updating postformparams.
This commit is contained in:
parent
40ad6aa3db
commit
d96b14b5d1
1 changed files with 2 additions and 1 deletions
|
@ -699,7 +699,8 @@ export interface PostFormParams {
|
|||
name: string;
|
||||
url?: string;
|
||||
body?: string;
|
||||
community?: string;
|
||||
community_name?: string;
|
||||
community_id?: number;
|
||||
}
|
||||
|
||||
export interface GetPostForm {
|
||||
|
|
Loading…
Reference in a new issue