graycoreio/daffodil

View on GitHub
libs/core/state/src/states/loading.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { DaffState } from './state.enum';

/**
 * A state description for an object that is read-only.
 */
export type DaffLoadingState = DaffState.Resolving | DaffState.Stable;