Interface BlockInstance

interface BlockInstance {
    block: boolean;
    instance_id: number;
}

Properties

Properties

block: boolean
instance_id: number