UNPKG

intreface.cli

Version:

Intreface Dev Tools

5 lines (4 loc) 255 B
export declare const getBitrixLicenseKey: () => Promise<string>; export declare const lockBitrix: (projectName: string) => boolean; export declare const unLockBitrix: () => boolean; export declare const getBitrixLockedProject: () => string | boolean;