The projects the item is associated with. Indicated for items associated with next-gen projects.

interface Scope {
    project?: ProjectDetails;
    type?: "PROJECT" | "TEMPLATE";
}

Hierarchy

  • Record<string, unknown>
    • Scope

Properties

Properties

project?: ProjectDetails

The project the item has scope in.

type?: "PROJECT" | "TEMPLATE"

The type of scope.