import type { PlatformPartnerFilterInput } from "./../platform/PlatformPartnerFilterInput.js"; import type { SchedulePlatformPartnersBodyUpdate } from "./../platform/SchedulePlatformPartnersBodyUpdate.js"; export type SchedulePlatformPartnersBody = { filter?: PlatformPartnerFilterInput; update: SchedulePlatformPartnersBodyUpdate; /** (RFC 3339 date-time) */ appliedAt: string; };