import type { PageInput } from "./../../common/PageInput.js";
import type { PlatformAccountTransferFilter } from "./../../platform/accountTransfer/PlatformAccountTransferFilter.js";
export type GetAccountTransfersBody1 = {
    isForTest?: boolean;
    page?: PageInput;
    filter?: PlatformAccountTransferFilter;
};
