@rgwch/mayan_edms-api
    Preparing search index...

    Type Alias PageList

    type PageList = {
        count: number;
        next: string;
        previous: string;
        results: DocumentVersionPage[];
    }
    Index

    Properties

    count: number
    next: string
    previous: string