Cosmos Journeyer API Documentation - v1.10.4
    Preparing search index...

    Information about a corrupted save file.

    interface CorruptedSave {
        error: unknown;
        filePath: string;
        rawContent: string;
    }
    Index

    Properties

    error: unknown
    filePath: string
    rawContent: string