Sanity App SDK
    Preparing search index...

    Interface ProjectionValuePending<TValue>

    The result of a projection query

    interface ProjectionValuePending<TValue extends object> {
        data: null | TValue;
        isPending: boolean;
    }

    Type Parameters

    • TValue extends object
    Index

    Properties

    Properties

    data: null | TValue
    isPending: boolean