Pure-ts.com New! ❲No Ads❳
type ApiResponse<TData> = success: boolean; data: TData; error?: string; ;