UNPKG

zipy-test-cli

Version:

CLI for Zipyai

9 lines (8 loc) 202 B
declare class Constant { static EXECUTING: string; static ERROR: string; static DONE: string; static API_KEY_REGEX: RegExp; static AUTH_KEY_REGEX: RegExp; } export default Constant;