the-moby-effect
Version:
Moby/Docker API client built using effect-ts
62 lines • 1.51 kB
TypeScript
/**
* Id schemas.
*
* @since 1.0.0
*/
import * as Schema from "effect/Schema";
/**
* @since 1.0.0
* @category Id Schemas
*/
export declare const ConfigId: Schema.brand<typeof Schema.String, "ConfigId">;
/**
* @since 1.0.0
* @category Id Schemas
*/
export declare const ContainerId: Schema.brand<typeof Schema.String, "ContainerId">;
/**
* @since 1.0.0
* @category Id Schemas
*/
export declare const ExecId: Schema.brand<typeof Schema.String, "ExecId">;
/**
* @since 1.0.0
* @category Id Schemas
*/
export declare const ImageId: Schema.brand<typeof Schema.String, "ImageId">;
/**
* @since 1.0.0
* @category Id Schemas
*/
export declare const NetworkId: Schema.brand<typeof Schema.String, "NetworkId">;
/**
* @since 1.0.0
* @category Id Schemas
*/
export declare const NodeId: Schema.brand<typeof Schema.String, "NodeId">;
/**
* @since 1.0.0
* @category Id Schemas
*/
export declare const PluginId: Schema.brand<typeof Schema.String, "PluginId">;
/**
* @since 1.0.0
* @category Id Schemas
*/
export declare const SecretId: Schema.brand<typeof Schema.String, "SecretId">;
/**
* @since 1.0.0
* @category Id Schemas
*/
export declare const ServiceId: Schema.brand<typeof Schema.String, "ServiceId">;
/**
* @since 1.0.0
* @category Id Schemas
*/
export declare const TaskId: Schema.brand<typeof Schema.String, "TaskId">;
/**
* @since 1.0.0
* @category Id Schemas
*/
export declare const VolumeId: Schema.brand<typeof Schema.String, "VolumeId">;
//# sourceMappingURL=id.d.ts.map