the-moby-effect
Version:
Moby/Docker API client built using effect-ts
17 lines • 744 B
TypeScript
import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
declare const PluginConfigUser_base: Schema.Class<PluginConfigUser, {
GID: Schema.optional<MobySchemas.UInt32Schemas.$UInt32>;
UID: Schema.optional<MobySchemas.UInt32Schemas.$UInt32>;
}, Schema.Struct.Encoded<{
GID: Schema.optional<MobySchemas.UInt32Schemas.$UInt32>;
UID: Schema.optional<MobySchemas.UInt32Schemas.$UInt32>;
}>, never, {
readonly GID?: MobySchemas.UInt32Schemas.UInt32Brand | undefined;
} & {
readonly UID?: MobySchemas.UInt32Schemas.UInt32Brand | undefined;
}, {}, {}>;
export declare class PluginConfigUser extends PluginConfigUser_base {
}
export {};
//# sourceMappingURL=PluginConfigUser.generated.d.ts.map