UNPKG

@bitzonegaming/roleplay-engine-sdk

Version:
15 lines (14 loc) 238 B
import { SegmentColor } from './segment-color'; /** * * @export * @interface SegmentStyle */ export interface SegmentStyle { /** * * @type {SegmentColor} * @memberof SegmentStyle */ color?: SegmentColor; }