import type { PaginationParams } from './common'; type GetScheduledStatusesParams = PaginationParams; export type { GetScheduledStatusesParams, };