UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

13 lines (12 loc) 860 B
import { FilterModel } from '../../models/entity/base/filterModel'; import { EstatePropertyShareAgentModel } from '../../models/entity/estate/estatePropertyShareAgentModel'; import { ApiCmsServerBase } from '../base/apiCmsServerBase.service'; import { Observable } from 'rxjs'; import { ErrorExceptionResultBase } from '../../models/entity/base/errorExceptionResultBase'; import * as i0 from "@angular/core"; export declare class EstatePropertyShareAgentService extends ApiCmsServerBase<EstatePropertyShareAgentModel, string, FilterModel> { getModuleControllerUrl(): string; ServiceJoin(linkEstateAgentId: string, shareKey: string): Observable<ErrorExceptionResultBase>; static ɵfac: i0.ɵɵFactoryDeclaration<EstatePropertyShareAgentService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<EstatePropertyShareAgentService>; }