Type Alias TwingBaseIncludeNodeAttributes

TwingBaseIncludeNodeAttributes: TwingBaseNodeAttributes & {
    ignoreMissing: boolean;
    only: boolean;
}