ca-mfe-page-scoring-ui
Version:
This is a react shell for the SPGI Platform MFE implementation
29 lines (20 loc) • 598 B
text/typescript
export const scoringSelectionValidation = () =>
// const errors = {}
/* validation logic here, return boolean/errors object*/
true
;
export const dataInputValidation = () =>
// const errors = {}
/* validation logic here, return boolean/errors object*/
true
;
export const scoringInputValidation = () =>
// const errors = {}
/* validation logic here, return boolean/errors object*/
true
;
export const otherValidation = () =>
// const errors = {}
/* validation logic here, return boolean/errors object*/
true
;