import { JwtPayload } from "jwt-decode"; export interface CustomJwtPayload extends JwtPayload { permissions: string[]; }