Sanity App SDK
    Preparing search index...

    Interface GetUserOptions

    Represents the minimal configuration required to identify a Sanity project.

    interface GetUserOptions {
        organizationId?: string;
        projectId?: string;
        resourceType?: "organization" | "project";
        userId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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