@makehq/sdk
    Preparing search index...

    Type Alias CustomPropertyStructureBelonger

    Describes one entity that owns a custom property structure and which entity types the structure's items apply to.

    type CustomPropertyStructureBelonger = {
        associatedTypes: "scenario"[];
        belongerId: number;
        belongerType: "organization";
    }
    Index

    Properties

    associatedTypes: "scenario"[]

    Entity types this structure's items apply to; only 'scenario' is supported today

    belongerId: number

    ID of the entity that owns the structure; currently always an organization ID

    belongerType: "organization"

    Type of the entity that owns the structure; only 'organization' is supported today