Sha256: 708e2a347a1b9868ccdb48f3e43647c6eccec47b8591b220afcafc9e7eeb3784
Contents?: true
Size: 342 Bytes
Versions: 26
Compression:
Stored size: 342 Bytes
Contents
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;
Version data entries
26 entries across 26 versions & 1 rubygems