Variable queriesConst

queries: {
    getAllEntities: (() => Promise<any>);
    getEntitiesByCategory: ((cat: string) => Promise<any>);
} = ...