Type alias FlowScreenTranslation

FlowScreenTranslation: {
    fields: FlowScreenFieldTranslation[];
    helpText?: string | null;
    name: string;
    pausedText?: string | null;
}

Type declaration