UNPKG

@plattar/plattar-api

Version:

Module for interfacing with the Plattar API (https://www.plattar.com)

9 lines (6 loc) 188 B
import { FileBase } from "./file-base"; export class FileJSON extends FileBase { static type(): "filejson"; get attributes(): any; set overrideAttributes(attributes: any); }