export interface CourierPaging {
  cursor?: string;
  more: boolean;
}