Skip to content

@shtse8/fluxus v1.0.0


@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

Released under the ISC License.