Type alias FlowTextTemplateTranslation

FlowTextTemplateTranslation: {
    name: string;
    text?: string | null;
}

Type declaration

  • name: string
  • Optional text?: string | null