UNPKG

@plattar/plattar-api

Version:

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

8 lines (6 loc) 222 B
import { PlattarBase } from "../interfaces/plattar-base"; export class CommentSolution extends PlattarBase { static type(): "commentsolution"; get attributes(): any; set overrideAttributes(attributes: any); }