Appearance
@shtse8/fluxus / src / AsyncData
Type Alias: AsyncData<T>
AsyncData<
T> =Readonly<{data:T;state:"data"; }>
Defined in: src/types.ts:68
Represents the state of an asynchronous operation: Data Available
Type Parameters
T
T
Appearance
@shtse8/fluxus / src / AsyncData
AsyncData<
T> =Readonly<{data:T;state:"data"; }>
Defined in: src/types.ts:68
Represents the state of an asynchronous operation: Data Available
T