Pure-ts.com — High Quality

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