BootDevices<T>: {
    devices: T;
    vatPowers: {
        D: DProxy;
    };
}

Type Parameters

  • T