/**
 * .what = shape constraint for all domain objects
 * .why = extracted to break circular dependencies
 */
export type DomainObjectShape = Record<string, any>;
