UNPKG

@bitzonegaming/roleplay-engine-sdk

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