Pure-ts.com __full__ (2024)

type ApiResponse<TData> = success: boolean; data: TData; error?: string; ;