the-moby-effect
Version:
Moby/Docker API client built using effect-ts
21 lines • 960 B
TypeScript
import * as Schema from "effect/Schema";
import * as PluginDevice from "./PluginDevice.generated.js";
declare const PluginConfigLinux_base: Schema.Class<PluginConfigLinux, {
AllowAllDevices: typeof Schema.Boolean;
Capabilities: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
Devices: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof PluginDevice.PluginDevice>>>;
}, Schema.Struct.Encoded<{
AllowAllDevices: typeof Schema.Boolean;
Capabilities: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
Devices: Schema.NullOr<Schema.Array$<Schema.NullOr<typeof PluginDevice.PluginDevice>>>;
}>, never, {
readonly Capabilities: readonly string[] | null;
} & {
readonly Devices: readonly (PluginDevice.PluginDevice | null)[] | null;
} & {
readonly AllowAllDevices: boolean;
}, {}, {}>;
export declare class PluginConfigLinux extends PluginConfigLinux_base {
}
export {};
//# sourceMappingURL=PluginConfigLinux.generated.d.ts.map