Sanity Library Reference Docs
    Preparing search index...

    Interface BlueprintOwnershipAttachAction

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

    interface BlueprintOwnershipAttachAction {
        id: string;
        type: "attach";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

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

    type: "attach"