@@ -1,3 +1,12 @@
|
||||
export interface ISearch {
|
||||
__typename: string;
|
||||
import { IGroup } from '@/types/actor.model';
|
||||
import { IEvent } from '@/types/event.model';
|
||||
|
||||
export interface SearchEvent {
|
||||
total: number;
|
||||
elements: IEvent[];
|
||||
}
|
||||
|
||||
export interface SearchGroup {
|
||||
total: number;
|
||||
elements: IGroup[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user