Type Alias IShadingAttributesProperties

IShadingAttributesProperties: {
    color?: string;
    fill?: string;
    type?: typeof ShadingType[keyof typeof ShadingType];
}