Type AliasSchedulePlatformPartnersBody

SchedulePlatformPartnersBody: {
    filter?: PlatformPartnerFilterInput;
    update: SchedulePlatformPartnersBodyUpdate;
    appliedAt: string;
}

Type declaration