Files
sf-sim/packages/sim-shared/domain/User.ts

7 lines
97 B
TypeScript
Raw Normal View History

2026-01-14 17:30:55 +01:00
export type User = {
userId: string,
userName?: string,
email?: string,
tlfn?: string,
}