Interface BaseElementInstance

interface BaseElementInstance {
    id: string;
}

Properties

Properties

id: string