@watzon/baserow

    Interface PaginationSerializerAuditLog

    Common pagination parameters

    interface PaginationSerializerAuditLog {
        count: number;
        next: null | string;
        page?: number;
        previous: null | string;
        results: AuditLog[];
        size?: number;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    count: number
    next: null | string
    page?: number
    previous: null | string
    results: AuditLog[]
    size?: number
    MMNEPVFCICPMFPCPTTAAATR