UNPKG

@thisisagile/easy

Version:

Straightforward library for building domain-driven microservice architectures

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