import { JwtPayload } from 'jsonwebtoken' export interface CustomJwtPayload extends JwtPayload { pubKey: Buffer }