Skip to main content

CheckDeclaration

interface
interface CheckDeclaration<TName extends string>

Import

import { CheckDeclaration } from '@modular/sdk';

Members3

kind
'check'
name
TName
run
(ctx: CheckContext) => Promise<void>