the-moby-effect
Version:
Moby/Docker API client built using effect-ts
20 lines • 707 B
TypeScript
import * as Schema from "effect/Schema";
declare const ContainerDeviceMapping_base: Schema.Class<ContainerDeviceMapping, {
PathOnHost: typeof Schema.String;
PathInContainer: typeof Schema.String;
CgroupPermissions: typeof Schema.String;
}, Schema.Struct.Encoded<{
PathOnHost: typeof Schema.String;
PathInContainer: typeof Schema.String;
CgroupPermissions: typeof Schema.String;
}>, never, {
readonly PathOnHost: string;
} & {
readonly PathInContainer: string;
} & {
readonly CgroupPermissions: string;
}, {}, {}>;
export declare class ContainerDeviceMapping extends ContainerDeviceMapping_base {
}
export {};
//# sourceMappingURL=ContainerDeviceMapping.generated.d.ts.map