UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

16 lines (15 loc) 550 B
import { TccAuthService } from '../../../odata/services/tcc-auth/tcc-auth.service'; import { TccSingleton } from '../../../core/models/tcc-singleton.model'; export declare namespace TccGetOrderByFields { enum type { Standard = "Standard", TccTranslation = "TccTranslation" } } export declare class TccGetOrderByFieldsService implements TccSingleton { private auth; constructor(auth: TccAuthService); init(): void; reset(): void; getFields(fieldsPrefix: string, type: TccGetOrderByFields.type): string[]; }