UNPKG

@thisisagile/easy

Version:

Straightforward library for building domain-driven microservice architectures

6 lines (3 loc) 141 B
import { Id } from './Id'; export type Identity = { id: Id; user?: string }; export type IdName = { id: Id; name: string; slug?: string };