export interface JwtPayload { address: string; nonce: string; createdAt: number; }