Interface BaseObjectParams

interface BaseObjectParams {
    _id: string;
    name: string;
    threeObj: any;
}

Properties

Properties

_id: string
name: string
threeObj: any

Generated using TypeDoc