Saxonberg Server API
    Preparing search index...

    Interface DestroyedObjectMetadata

    Metadata for destroyed objects (used for debugging).

    interface DestroyedObjectMetadata {
        destroyedAt: Date;
        stuffId: string;
    }
    Index

    Properties

    Properties

    destroyedAt: Date
    stuffId: string