Files
caprover/src/models/UserJwt.ts
T
2019-01-11 21:57:33 -08:00

5 lines
76 B
TypeScript

export interface UserJwt {
namespace: string
tokenVersion: string
}