3 lines
No EOL
92 B
TypeScript
3 lines
No EOL
92 B
TypeScript
import type { Tagged } from "type-fest"
|
|
|
|
export type SessionId = Tagged<string, "SessionId"> |