the-moby-effect
Version:
Moby/Docker API client built using effect-ts
18 lines • 695 B
TypeScript
import * as Schema from "effect/Schema";
declare const SwarmAnnotations_base: Schema.Class<SwarmAnnotations, {
Name: Schema.optional<typeof Schema.String>;
Labels: Schema.NullOr<Schema.Record$<typeof Schema.String, typeof Schema.String>>;
}, Schema.Struct.Encoded<{
Name: Schema.optional<typeof Schema.String>;
Labels: Schema.NullOr<Schema.Record$<typeof Schema.String, typeof Schema.String>>;
}>, never, {
readonly Name?: string | undefined;
} & {
readonly Labels: {
readonly [x: string]: string;
} | null;
}, {}, {}>;
export declare class SwarmAnnotations extends SwarmAnnotations_base {
}
export {};
//# sourceMappingURL=SwarmAnnotations.generated.d.ts.map