Interface CoHostResponsibility

interface CoHostResponsibility {
    name: string;
    value: boolean;
    dedicated: boolean;
}

Properties

Properties

name: string
value: boolean
dedicated: boolean