the-moby-effect
Version:
Moby/Docker API client built using effect-ts
10 lines • 494 B
TypeScript
import * as Schema from "effect/Schema";
declare const RuntimePluginPrivilege_base: Schema.Class<RuntimePluginPrivilege, Schema.Struct<{
readonly Name: Schema.optional<Schema.String>;
readonly Description: Schema.optional<Schema.String>;
readonly Value: Schema.optional<Schema.NullOr<Schema.$Array<Schema.String>>>;
}>, {}>;
export declare class RuntimePluginPrivilege extends RuntimePluginPrivilege_base {
}
export {};
//# sourceMappingURL=RuntimePluginPrivilege.generated.d.ts.map