Sanity Library Reference Docs
    Preparing search index...

    Interface ApplicationAccess

    A resource an application accesses, embedded when access is included.

    interface ApplicationAccess {
        id: string;
        resourceId: string;
        resourceType: "datasets" | "canvases" | "dashboards" | "media-libraries";
    }
    Index

    Properties

    id: string
    resourceId: string
    resourceType: "datasets" | "canvases" | "dashboards" | "media-libraries"