Updating postformparams.

This commit is contained in:
Dessalines 2020-11-16 18:34:03 -06:00
parent 40ad6aa3db
commit d96b14b5d1

View file

@ -699,7 +699,8 @@ export interface PostFormParams {
name: string;
url?: string;
body?: string;
community?: string;
community_name?: string;
community_id?: number;
}
export interface GetPostForm {