UNPKG

@thisisagile/easy

Version:

Straightforward library for building domain-driven microservice architectures

6 lines (5 loc) 86 B
import { Id } from './Id'; export type Identity = { id: Id; user?: string; };