Sanity Library Reference Docs
    Preparing search index...

    Interface BlueprintProjectOwnershipAttachAction

    An ownership action that will cause the referenced project-contained resource to be attached to the current stack.

    interface BlueprintProjectOwnershipAttachAction {
        id: string;
        projectId: string;
        type: "attach";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    The identifier of the resource to be attached to the current stack

    projectId: string

    The identifier of the project for resources contained in a project

    type: "attach"