mirror of
https://github.com/caprover/caprover
synced 2026-05-29 14:50:55 +00:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
export interface UserJwt {
|
|
namespace: string
|
|
tokenVersion: string
|
|
}
|