the-moby-effect
Version:
Moby/Docker API client built using effect-ts
9 lines • 409 B
TypeScript
import * as Schema from "effect/Schema";
declare const BlkiodevWeightDevice_base: Schema.Class<BlkiodevWeightDevice, Schema.Struct<{
readonly Path: Schema.String;
readonly Weight: Schema.decodeTo<Schema.Number, Schema.String, never, never>;
}>, {}>;
export declare class BlkiodevWeightDevice extends BlkiodevWeightDevice_base {
}
export {};
//# sourceMappingURL=BlkiodevWeightDevice.generated.d.ts.map