Documentation
    Preparing search index...

    Type Alias LoadableReady<T>

    type LoadableReady<T> = {
        state: "ready";
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    state: "ready"
    value: T