Home > @tridion-sites/open-api-client > BatchSuspendActivityRequest
Represents the request for the suspend activity batch operation.
Signature:
export type BatchSuspendActivityRequest = BatchOperationRequest & {
Reason?: string;
};
References: BatchOperationRequest