@bitzonegaming/roleplay-engine-sdk
Version:
Roleplay Engine SDK
20 lines (19 loc) • 344 B
TypeScript
/**
*
* @export
* @interface SegmentPolicyRequest
*/
export interface SegmentPolicyRequest {
/**
*
* @type {Array<string>}
* @memberof SegmentPolicyRequest
*/
accessPolicies?: Array<string> | null;
/**
*
* @type {object}
* @memberof SegmentPolicyRequest
*/
vehicle?: object | null;
}