Portal/rsconcept/frontend/src/features/rsform/index.ts

12 lines
360 B
TypeScript

export {
CstType,
type ISubstituteConstituents as ICstSubstitute,
type IRSFormDTO,
type IVersionCreatedResponse,
ParsingStatus,
schemaRSForm,
schemaVersionCreatedResponse
} from './backend/types';
export { CstClass, ExpressionStatus, type IConstituenta, type IRSForm } from './models/rsform';
export { type AliasMapping } from './models/rslang';