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