interface FestivalNetworkingFilters {
    arrangement?: "hybrid" | "remote" | "onsite";
    author?: string;
    availability?: string;
    category?: string;
    company?: string;
    compensation_type?: string;
    currency?: string;
    experience?: string;
    has_comments?: boolean;
    has_portfolio?: boolean;
    job_type?: FestivalWorkType;
    kind?: FestivalPostKind;
    location?: string;
    media_type?: "video" | "image";
    min_compensation?: number;
    page?: number;
    per_page?: number;
    q?: string;
    skill?: string;
    sort?: "top" | "new" | "hot" | "discussed" | "compensation" | "deadline";
    tag?: string;
    view?: "mine" | "all" | "hidden" | "saved" | "comments";
    window?: "week" | "month" | "festival" | "all" | "today";
}

Properties

arrangement?: "hybrid" | "remote" | "onsite"
author?: string
availability?: string
category?: string
company?: string
compensation_type?: string
currency?: string
experience?: string
has_comments?: boolean
has_portfolio?: boolean
job_type?: FestivalWorkType
location?: string
media_type?: "video" | "image"
min_compensation?: number
page?: number
per_page?: number
q?: string
skill?: string
sort?: "top" | "new" | "hot" | "discussed" | "compensation" | "deadline"
tag?: string
view?: "mine" | "all" | "hidden" | "saved" | "comments"
window?: "week" | "month" | "festival" | "all" | "today"

Generated using TypeDoc