Sanity App SDK
    Preparing search index...

    Interface ProjectHandle<TProjectId>

    Represents the minimal configuration required to identify a Sanity project.

    interface ProjectHandle<TProjectId extends string = string> {
        projectId?: TProjectId;
    }

    Type Parameters

    • TProjectId extends string = string

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    projectId?: TProjectId