definma-ui/src/app/models/id.model.ts

2 lines
37 B
TypeScript
Raw Normal View History

export type IdModel = string | null;