UNPKG

@thisisagile/easy

Version:

Straightforward library for building domain-driven microservice architectures

4 lines (2 loc) 78 B
import { Id } from './Id'; export type Identity = { id: Id; user?: string };