the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 547 B
TypeScript
import * as Schema from "effect/Schema";
declare const SystemPluginsInfo_base: Schema.Class<SystemPluginsInfo, Schema.Struct<{
readonly Volume: Schema.NullOr<Schema.$Array<Schema.String>>;
readonly Network: Schema.NullOr<Schema.$Array<Schema.String>>;
readonly Authorization: Schema.NullOr<Schema.$Array<Schema.String>>;
readonly Log: Schema.NullOr<Schema.$Array<Schema.String>>;
}>, {}>;
export declare class SystemPluginsInfo extends SystemPluginsInfo_base {
}
export {};
//# sourceMappingURL=SystemPluginsInfo.generated.d.ts.map