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

12 lines
360 B
TypeScript
Raw Normal View History

2025-02-26 00:16:22 +03:00
export {
CstType,
type ISubstituteConstituents as ICstSubstitute,
2025-02-26 00:16:22 +03:00
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';