Mayson Monorepo Documentation
    Preparing search index...

    Object containing the reference to API resource relevant to the event.

    interface RelatedObject {
        id: string;
        type: string;
        url: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for the object relevant to the event.

    type: string

    Type of the object relevant to the event.

    url: string

    URL to retrieve the resource.