UNPKG

the-moby-effect

Version:
17 lines 589 B
import * as Schema from "effect/Schema"; import * as MobySchemas from "../schemas/index.js"; declare const ThrottleDevice_base: Schema.Class<ThrottleDevice, { Path: typeof Schema.String; Rate: MobySchemas.UInt64Schemas.$UInt64; }, Schema.Struct.Encoded<{ Path: typeof Schema.String; Rate: MobySchemas.UInt64Schemas.$UInt64; }>, never, { readonly Path: string; } & { readonly Rate: MobySchemas.UInt64Schemas.UInt64Brand; }, {}, {}>; export declare class ThrottleDevice extends ThrottleDevice_base { } export {}; //# sourceMappingURL=ThrottleDevice.generated.d.ts.map