Home > @tridion-sites/open-api-client > ResolveInstructionBase
Represents the base instructions needed for resolving.
Signature:
export type ResolveInstructionBase = {
$type?: string;
IncludeChildPublications?: boolean;
IncludeCurrentPublication?: boolean;
PublishInChildPublications?: Array<string>;
StructureResolveOption?: StructureResolveOption;
};
References: StructureResolveOption