Interface GetPosts

interface GetPosts {
    community_id?: number;
    community_name?: string;
    disliked_only?: boolean;
    liked_only?: boolean;
    limit?: number;
    page?: number;
    page_cursor?: string;
    saved_only?: boolean;
    show_hidden?: boolean;
    sort?: SortType;
    type_?: ListingType;
}

Properties

community_id?: number
community_name?: string
disliked_only?: boolean
liked_only?: boolean
limit?: number
page?: number
page_cursor?: string
saved_only?: boolean
show_hidden?: boolean
sort?: SortType
type_?: ListingType