Type Alias BackofficeUpdatePlatformAgreementData

BackofficeUpdatePlatformAgreementData: {
    body: UpdateAgreementTermBodyDto;
    path: {
        topic: string;
    };
    query?: never;
    url: "/backoffice/agreements/platform/{topic}";
}