UNPKG

zipy-test-cli

Version:

CLI for Zipyai

12 lines (11 loc) 365 B
declare class MessageConstant { static NO_JS_OR_MAP_FILE: string; static FILE_IN_FOLDER: string; static MAP_FILE_TO_UPLOAD: string; static FILE_UPLOADING: string; static UPLOAD_SUCCESSFUL: string; static INVALID_API_KEY: string; static INVALID_AUTH_KEY: string; static SOMETHING_WENT_WRONG: string; } export default MessageConstant;