Type alias TemplateExpression

TemplateExpression: {
    options?: TemplateExpressionOptions;
    preword?: string | null;
    prompt: string;
} | string

Type declaration

Generated using TypeDoc