UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

6 lines (5 loc) 158 B
export declare class TccGlobalStorage { private data; setData(id: string, value: any): void; getData<T = any>(id: string, defaultValue?: T): T; }