2024-08-28 04:43:23 -07:00
|
|
|
import type { PaginationParams } from './common';
|
|
|
|
|
2024-10-29 14:44:28 -07:00
|
|
|
/**
|
|
|
|
* @category Request params
|
|
|
|
*/
|
2024-08-28 04:43:23 -07:00
|
|
|
type GetScheduledStatusesParams = PaginationParams;
|
|
|
|
|
|
|
|
export type {
|
|
|
|
GetScheduledStatusesParams,
|
|
|
|
};
|