Type alias Load

Load: BaseSystemType & {
    currentState: LoadState | null;
}

Type declaration

  • currentState: LoadState | null

    The current state

Generated using TypeDoc