Interface TemplateComponent

interface TemplateComponent {
    example?: string;
    format?: string;
    text?: string;
    type: string;
}

Properties

example?: string
format?: string
text?: string
type: string