Sanity Library Reference Docs
    Preparing search index...

    Type Alias DefinedSanityFetchTypeAlpha

    DefinedSanityFetchType: <const QueryString extends string>(
        options: SanityFetchOptions<QueryString>,
    ) => Promise<
        {
            data: ClientReturn<QueryString, unknown>;
            sourceMap: ContentSourceMap | null;
            tags: string[];
        },
    >

    CAUTION: This API does not follow semver and could have breaking changes in future minor releases.

    Type declaration