@bitzonegaming/roleplay-engine-sdk
Version:
Roleplay Engine SDK
14 lines (13 loc) • 376 B
TypeScript
/**
*
* @export
* @interface ApplySegmentToReferenceRequest
*/
export interface ApplySegmentToReferenceRequest {
/**
* Optional timestamp in milliseconds when the segment should be valid until. If not provided, the segment will be valid indefinitely.
* @type {number}
* @memberof ApplySegmentToReferenceRequest
*/
validUntil?: number | null;
}