Pure-ts.com 'link' May 2026

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