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