export interface GetQuerysourcesResponse { '@id': string; items: unknown; items_total: number; }