Pure-ts.com !!top!! (2027) type ApiResponse<TData> = success: boolean; data: TData; error?: string; ;