/** * @since 1.0.0 */ import * as Schema from "effect/Schema"; /** * @since 1.0.0 * @category constructors */ export declare const EntityType: Schema.brand; /** * @since 1.0.0 * @category models */ export type EntityType = typeof EntityType.Type; //# sourceMappingURL=EntityType.d.ts.map