Interface BaseObject

interface BaseObject {
    id: number;
    title: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number

Object ID

title: string

Object title

Generated using TypeDoc