export interface JwtConfigModel { whitelist?: { controllers?: string[]; }; }