level-up/backend/session.ts
2025-04-12 15:30:37 +02:00

3 lines
No EOL
92 B
TypeScript

import type { Tagged } from "type-fest"
export type SessionId = Tagged<string, "SessionId">