@watzon/baserow
    Preparing search index...

    Interface ListRowCommentsResponse

    Common pagination parameters

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

    Hierarchy (View Summary)

    Index

    Properties

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