@elcrm/telegram 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ export declare function setAUTH(t: string): void;
11
11
  export declare function getAUTH(): string;
12
12
  export declare function setPORT(j: string): void;
13
13
  export declare function getPORT(): any;
14
- export declare function usePage(): any[];
14
+ export declare function usePage(fn?: string | ((name: string) => void)): string[] | undefined;
15
15
  export declare function setPage(o: string, reload?: boolean): void;
16
16
  export declare function getPage(): any;
17
17
  export declare function isPage(page: string): boolean;