/**
 *
 * @export
 * @interface SegmentColorRequest
 */
export interface SegmentColorRequest {
    /**
     *
     * @type {string}
     * @memberof SegmentColorRequest
     */
    background?: string | null;
    /**
     *
     * @type {string}
     * @memberof SegmentColorRequest
     */
    text?: string | null;
}
