Sanity Library Reference Docs
    Preparing search index...

    Interface Loadable<T>Beta

    interface Loadable<T> {
        data: T;
        error: Error;
        loading: boolean;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T
    error: Error
    loading: boolean