Type alias ParamsForumList

ParamsForumList: {
    id: string;
    type: ContentTypes.thing | ContentTypes.family;
}

Type declaration