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