UNPKG

@bitzonegaming/roleplay-engine-sdk

Version:
20 lines (19 loc) 319 B
/** * * @export * @interface SegmentColorRequest */ export interface SegmentColorRequest { /** * * @type {string} * @memberof SegmentColorRequest */ background?: string | null; /** * * @type {string} * @memberof SegmentColorRequest */ text?: string | null; }