UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

9 lines (8 loc) 245 B
import { TccSingleton } from '../../models/tcc-singleton.model'; export declare class TccManageSingletonsService { private services; constructor(); registerService(service: TccSingleton): void; init(): void; reset(): void; }