vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface FlowTranslation

    interface FlowTranslation {
        choices?: FlowChoiceTranslation[];
        fullName?: string;
        label?: string;
        screens?: FlowScreenTranslation[];
        stages?: FlowStageTranslation[];
        textTemplates?: FlowTextTemplateTranslation[];
    }
    Index

    Properties

    fullName?: string
    label?: string
    textTemplates?: FlowTextTemplateTranslation[]