Sanity App SDK
    Preparing search index...

    Interface ResolveUsersOptions

    Represents the minimal configuration required to identify a Sanity project.

    interface ResolveUsersOptions {
        batchSize?: number;
        organizationId?: string;
        projectId?: string;
        resourceType?: "organization" | "project";
        signal?: AbortSignal;
    }

    Hierarchy (View Summary)

    Index

    Properties

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