export type FixtureSearchSpec = { name: 'fixtureSearch'; state: { open: boolean; searchText: string; }; };