the-moby-effect
Version:
Moby/Docker API client built using effect-ts
24 lines • 1.04 kB
TypeScript
import * as Schema from "effect/Schema";
declare const SystemPluginsInfo_base: Schema.Class<SystemPluginsInfo, {
Volume: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
Network: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
Authorization: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
Log: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
}, Schema.Struct.Encoded<{
Volume: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
Network: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
Authorization: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
Log: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
}>, never, {
readonly Log: readonly string[] | null;
} & {
readonly Volume: readonly string[] | null;
} & {
readonly Network: readonly string[] | null;
} & {
readonly Authorization: readonly string[] | null;
}, {}, {}>;
export declare class SystemPluginsInfo extends SystemPluginsInfo_base {
}
export {};
//# sourceMappingURL=SystemPluginsInfo.generated.d.ts.map