Type Alias TwingCallableArgument

TwingCallableArgument: {
    defaultValue?: any;
    name: string;
}