the-moby-effect
Version:
Moby/Docker API client built using effect-ts
17 lines • 661 B
TypeScript
import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
declare const JSONError_base: Schema.Class<JSONError, {
code: Schema.optional<MobySchemas.Int64Schemas.$Int64>;
message: Schema.optional<typeof Schema.String>;
}, Schema.Struct.Encoded<{
code: Schema.optional<MobySchemas.Int64Schemas.$Int64>;
message: Schema.optional<typeof Schema.String>;
}>, never, {
readonly message?: string | undefined;
} & {
readonly code?: MobySchemas.Int64Schemas.Int64Brand | undefined;
}, {}, {}>;
export declare class JSONError extends JSONError_base {
}
export {};
//# sourceMappingURL=JSONError.generated.d.ts.map