UNPKG

rauth

Version:

Authentication and Authorization library via JWT

5 lines (4 loc) 145 B
import { StrictSessionRegister } from '../session/Session'; export interface Register extends StrictSessionRegister { [prop: string]: any; }