blob: f2cc8a3b52b67441983ba610dc5e8697718be5d7 [file]
export interface JwtPayload {
id: string;
username: string;
}