Interface AIOperationColorReference

interface AIOperationColorReference {
    entityReference?: string;
    hexCode?: string;
    referenceType: COLOR;
}

Properties

entityReference?: string
hexCode?: string
referenceType: COLOR

Generated using TypeDoc