summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/mapping-models/ModeType.ts
blob: d6f9a978fc3a09d4bbdf5e4f816e46133fd13a31 (plain)
1
2
3
4
5
export enum ModeType {
    Scripting = 'KOTLIN_SCRIPT',
    Designer = 'DEFAULT',
    Generic = 'GENERIC_SCRIPT'
}