import type { JwtPayload } from 'jsonwebtoken'; export type KeycloakJWTPayload = JwtPayload & { realm_access?: { roles?: string[]; }; }; //# sourceMappingURL=type.d.ts.map