export interface FilterBarSearch {
    word: string;
    menu: string;
    scene: string;
    style: string;
}
