Mayson Monorepo Documentation
    Preparing search index...

    The DeletedObject object.

    interface DeletedObject {
        id: string;
        object?: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the object that's being deleted.

    object?: string

    String representing the type of the object that has been deleted. Objects of the same type share the same value of the object field.