UNPKG

aps-data-api

Version:

package for data extraction from APS company for omnimetic project

7 lines (6 loc) 91 B
export class CloudFile { id: string; constructor(id: string) { this.id = id; } }