UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

7 lines (6 loc) 121 B
export interface IFetchPlanResponse { statusCode: number; status: boolean; message: string; data: any; }