Files
klz-cables.com/.pnpm-store/v10/files/0e/9a2808de6862d7b0cd530c9a2d1f9d8f4754af18d8a9d4a6677013e1ea8e012cc9ae96b47d8d92057890a92d2cc71d03c1a35d1f265c0e5e3e3b6de6c6dbda
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

11 lines
342 B
Plaintext

import type { ASTVisitor } from '../../language/visitor';
import type { SDLValidationContext } from '../ValidationContext';
/**
* Possible type extension
*
* A type extension is only valid if the type is defined and has the same kind.
*/
export declare function PossibleTypeExtensionsRule(
context: SDLValidationContext,
): ASTVisitor;