Sanity App SDK
    Preparing search index...

    Interface ResolveUserOptions

    Represents the minimal configuration required to identify a Sanity project.

    interface ResolveUserOptions {
        organizationId?: string;
        projectId?: string;
        resourceType?: "organization" | "project";
        signal?: AbortSignal;
        userId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    organizationId?: string
    projectId?: string
    resourceType?: "organization" | "project"
    signal?: AbortSignal
    userId: string