Type alias ListOptions

ListOptions: {
    cursor?: string;
}

Options for list operations

Type declaration

  • Optional cursor?: string

    The cursor to use to retrieve the next page of results.

Generated using TypeDoc