Interface ProjectVersionSearchOptions

interface ProjectVersionSearchOptions {
    featured?: boolean;
    game_versions?: string[];
    loaders?: string[];
}

Properties

featured?: boolean
game_versions?: string[]
loaders?: string[]