UNPKG

httpyac

Version:

HTTP/REST CLI Client for *.http files

9 lines (8 loc) 174 B
export interface UserSession { id: string; title: string; description: string; type: string; details: Record<string, unknown>; delete?: () => void; }