pl-api: support kmyblue circles

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2024-12-22 20:20:12 +01:00
parent 46565d823e
commit f30fec0ded
5 changed files with 92 additions and 1 deletions

View File

@ -0,0 +1,10 @@
import { PaginationParams } from './common';
/**
* @category Request params
*/
type GetCircleStatusesParams = PaginationParams;
export type {
GetCircleStatusesParams,
};