UNPKG

@plattar/plattar-api

Version:

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

9 lines (7 loc) 249 B
import { PlattarBase } from "./../interfaces/plattar-base"; export class AsyncJob extends PlattarBase { static type(): "asyncjob"; get attributes(): any; set overrideAttributes(attributes: any); set accessKey(code: string): void; }