make the embedded types not required :
interface PropsType { myvalue: { _id?: string; n?: string; a?: Number; ra?: Number; ro?: string; }; }