Home > @tridion-sites/open-api-client > OperationInstruction
Optional instructions that control how an operation will be executed.
Signature:
export type OperationInstruction = {
$type?: string;
Mode?: OperationMode;
Recursive?: boolean;
};
References: OperationMode