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

13 lines
356 B
TypeScript
Raw Normal View History

2025-02-26 00:16:22 +03:00
export {
CstType,
type ICstSubstitute,
type IRSFormDTO,
type IVersionCreatedResponse,
ParsingStatus,
schemaCstSubstitute,
schemaRSForm,
schemaVersionCreatedResponse
} from './backend/types';
export { CstClass, ExpressionStatus, type IConstituenta, type IRSForm } from './models/rsform';
export { type AliasMapping } from './models/rslang';