Package: effect
Module: Context
Runtime and type-level metadata carried by a class-style service key, including its service type identifier, string key, and service shape.
Signature
export interface Shape<Identifier extends string, Service> {
readonly [ServiceTypeId]: typeof ServiceTypeId
readonly key: Identifier
readonly Service: Service
}
Since v4.0.0