@watzon/baserow

    Interface PaginationSerializerAuditLogWorkspace

    Common pagination parameters

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    count: number
    next: null | string
    page?: number
    previous: null | string
    size?: number
    MMNEPVFCICPMFPCPTTAAATR