UNPKG

342 BTypeScriptView Raw
1import type { ASTVisitor } from '../../language/visitor';
2import type { SDLValidationContext } from '../ValidationContext';
3/**
4 * Possible type extension
5 *
6 * A type extension is only valid if the type is defined and has the same kind.
7 */
8export declare function PossibleTypeExtensionsRule(
9 context: SDLValidationContext,
10): ASTVisitor;