Interface BlockInstanceResponse

interface BlockInstanceResponse {
    blocked: boolean;
}

Properties

Properties

blocked: boolean