UNPKG

cecon-interfaces

Version:
4 lines (3 loc) 86 B
import { IMember } from "./i-member"; export interface JwtPayload extends IMember { }