UNPKG

@bitzonegaming/roleplay-engine-sdk

Version:
20 lines (19 loc) 344 B
/** * * @export * @interface SegmentPolicyRequest */ export interface SegmentPolicyRequest { /** * * @type {Array<string>} * @memberof SegmentPolicyRequest */ accessPolicies?: Array<string> | null; /** * * @type {object} * @memberof SegmentPolicyRequest */ vehicle?: object | null; }