import { Observable } from 'rxjs'; export interface GeneralGetApiInterface { get: (id: string) => Observable; }