@squarecloud/api
Version:
A NodeJS wrapper for Square Cloud API
1 lines • 576 B
Source Map (JSON)
{"version":3,"sources":["../../src/types/application.ts"],"sourcesContent":["import type { APIApplicationStatusNetwork } from \"@squarecloud/api-types/v2\";\n\nexport interface ApplicationStatusUsage {\n\t/** How much memory the application is currently using */\n\tram: string;\n\t/** How much cpu the application is currently using */\n\tcpu: string;\n\t/** How much storage the application is currently using */\n\tstorage: string;\n\t/** The application's network status */\n\tnetwork: APIApplicationStatusNetwork;\n}\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}