mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-29 07:41: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;
|
name: string;
|
||||||
url?: string;
|
url?: string;
|
||||||
body?: string;
|
body?: string;
|
||||||
community?: string;
|
community_name?: string;
|
||||||
|
community_id?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface GetPostForm {
|
export interface GetPostForm {
|
||||||
|
|
Loading…
Reference in a new issue