Type Alias TwingBlockFunctionNodeChildren

TwingBlockFunctionNodeChildren: {
    name: TwingBaseNode;
    template?: TwingBaseNode;
}