UNPKG

the-moby-effect

Version:
17 lines 585 B
import * as Schema from "effect/Schema"; import * as MobySchemas from "../schemas/index.js"; declare const WeightDevice_base: Schema.Class<WeightDevice, { Path: typeof Schema.String; Weight: MobySchemas.UInt16Schemas.$UInt16; }, Schema.Struct.Encoded<{ Path: typeof Schema.String; Weight: MobySchemas.UInt16Schemas.$UInt16; }>, never, { readonly Path: string; } & { readonly Weight: MobySchemas.UInt16Schemas.UInt16Brand; }, {}, {}>; export declare class WeightDevice extends WeightDevice_base { } export {}; //# sourceMappingURL=WeightDevice.generated.d.ts.map