pterodactyl.ts
    Preparing search index...

    Type Alias BackupCompletedJson

    type BackupCompletedJson = {
        checksum: string;
        checksum_type: "sha1";
        file_size: number;
        is_successful: boolean;
        uuid: string;
    }
    Index

    Properties

    checksum: string
    checksum_type: "sha1"
    file_size: number
    is_successful: boolean
    uuid: string