UNPKG

the-moby-effect

Version:
16 lines 476 B
import * as Schema from "effect/Schema"; declare const SystemCommit_base: Schema.Class<SystemCommit, { ID: typeof Schema.String; Expected: typeof Schema.String; }, Schema.Struct.Encoded<{ ID: typeof Schema.String; Expected: typeof Schema.String; }>, never, { readonly ID: string; } & { readonly Expected: string; }, {}, {}>; export declare class SystemCommit extends SystemCommit_base { } export {}; //# sourceMappingURL=SystemCommit.generated.d.ts.map