backblaze-labs/b2-action - v0.1.0
    Preparing search index...

    Interface UnhideResult

    Result of unhideCommand.

    interface UnhideResult {
        fileName: string;
        removedMarkerFileId: string | null;
    }
    Index

    Properties

    fileName: string

    B2 file name that was unhidden.

    removedMarkerFileId: string | null

    File ID of the removed hide marker, or null if there was nothing hidden.