the-moby-effect
Version:
Moby/Docker API client built using effect-ts
12 lines • 438 B
TypeScript
import * as Schema from "effect/Schema";
declare const SwarmUnlockKeyResponse_base: Schema.Class<SwarmUnlockKeyResponse, {
UnlockKey: typeof Schema.String;
}, Schema.Struct.Encoded<{
UnlockKey: typeof Schema.String;
}>, never, {
readonly UnlockKey: string;
}, {}, {}>;
export declare class SwarmUnlockKeyResponse extends SwarmUnlockKeyResponse_base {
}
export {};
//# sourceMappingURL=SwarmUnlockKeyResponse.generated.d.ts.map