UNPKG

@squarecloud/api

Version:
1 lines 576 B
{"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":[]}