tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > ResolveInstructionBase

ResolveInstructionBase type

Represents the base instructions needed for resolving.

Signature:

export type ResolveInstructionBase = {
    $type?: string;
    IncludeChildPublications?: boolean;
    IncludeCurrentPublication?: boolean;
    PublishInChildPublications?: Array<string>;
    StructureResolveOption?: StructureResolveOption;
};

References: StructureResolveOption