export interface GetTrackingsResponseDataPagination { total?: number; next_cursor?: string; has_next_page?: boolean; }