McadInteraction

import { McadData } from './McadData';
import { Interactiontype } from './Interactiontype';

export interface McadInteraction {
  Version: string;
  Mcad: McadData;
  Interaction: Interactiontype;
}

{
  "Version": "String",
  "Mcad": "McadData",
  "Interaction": "Interactiontype"
}

References

Last Updated:
Contributors: Matthew Satti