interface BaseItem {
    id: string;
    object: "realtime.item";
    type: string;
}

Hierarchy (view full)

Properties

Properties

id: string
object: "realtime.item"
type: string