UNPKG

@thisisagile/easy

Version:

Straightforward library for building domain-driven microservice architectures

5 lines (3 loc) 134 B
import { Id } from './Id'; export type IdNamePlain = { id: Id; name: string }; export type IdName = IdNamePlain & { slug?: string };