Pure-ts.com -

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