Home > @tridion-sites/open-api-client > ResolveInstruction
Represents the instructions needed for resolving.
Signature:
export type ResolveInstruction = ResolveInstructionBase & {
IncludeComponentLinks?: boolean;
IncludeDynamicVersion?: boolean;
IncludeWorkflow?: boolean;
PublishNewContent?: boolean;
};
References: ResolveInstructionBase