diff --git a/src/interfaces.ts b/src/interfaces.ts index b6af1b4..24badb7 100644 --- a/src/interfaces.ts +++ b/src/interfaces.ts @@ -699,7 +699,8 @@ export interface PostFormParams { name: string; url?: string; body?: string; - community?: string; + community_name?: string; + community_id?: number; } export interface GetPostForm {