Interface SnippetParameterCreationOptions

interface SnippetParameterCreationOptions {
    name: string;
}

Properties

Properties

name: string