linXiv frontend (TS/JS)
    Preparing search index...

    Type Alias UnpublishedReceipt

    type UnpublishedReceipt = {
        e2ee?: boolean;
        share_id: string;
        unpublished: boolean;
    }
    Index
    e2ee?: boolean
    share_id: string
    unpublished: boolean