import { AsyncTask } from '../async-task.class'; /** * Infers the GValue of an AsyncTask. */ export type IAsyncTaskValue = (GValue extends AsyncTask ? GNewValue : (GValue extends Promise ? IAsyncTaskValue : GValue));