CamCommand: {
    content: CamCommandSetColor;
    type: "setColor";
} | {
    content: CamCommandSetCoatingColor;
    type: "setCoatingColor";
} | {
    content: CamCommandApplyCadFeatures;
    type: "applyCadFeatures";
}

Type declaration

Type declaration

Type declaration