summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/utils/Parser.ts
blob: 495c64307601cb88b5ccb3c575223b7be7773c1e (plain)
1
2
3
export interface Parser {
    getVariables(fileContent: string): string[];
}