@makehq/sdk
    Preparing search index...

    Type Alias CreateCustomPropertyStructureBody

    Body for creating a custom property structure.

    type CreateCustomPropertyStructureBody = {
        associatedType: "scenario";
        belongerId: number;
        belongerType: "organization";
    }
    Index

    Properties

    associatedType: "scenario"

    Entity type the custom properties apply to; only 'scenario' is supported today. Stored as a single-element array in the resulting structure's associatedTypes.

    belongerId: number

    ID of the entity that owns the structure (the organization ID)

    belongerType: "organization"

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