nylas
    Preparing search index...

    Interface ListCredentialsQueryParams

    Interface representing the query parameters for listing credentials.

    interface ListCredentialsQueryParams {
        limit?: number;
        offset?: number;
        orderBy?: "desc" | "asc";
        sortBy?: "createdAt" | "updatedAt";
    }
    Index

    Properties

    limit?: number

    Limit the number of results

    offset?: number

    Offset the results by this number

    orderBy?: "desc" | "asc"

    Order the results by ascending or descending

    sortBy?: "createdAt" | "updatedAt"

    Sort the results by field name