Skip to content

Interface: UserRestrictionLog

Defined in: src/types/universes.ts:107

Extends

Properties

active

ts
active: boolean;

Defined in: src/types/universes.ts:88

Inherited from

GameJoinRestriction.active


duration?

ts
optional duration: string;

Defined in: src/types/universes.ts:89

Inherited from

GameJoinRestriction.duration


privateReason

ts
privateReason: string;

Defined in: src/types/universes.ts:90

Inherited from

GameJoinRestriction.privateReason


displayReason

ts
displayReason: string;

Defined in: src/types/universes.ts:91

Inherited from

GameJoinRestriction.displayReason


excludeAltAccounts

ts
excludeAltAccounts: boolean;

Defined in: src/types/universes.ts:92

Inherited from

GameJoinRestriction.excludeAltAccounts


user

ts
user: string;

Defined in: src/types/universes.ts:108


place

ts
place: string;

Defined in: src/types/universes.ts:109


moderator

ts
moderator: {
  robloxUser: string;
};

Defined in: src/types/universes.ts:110

robloxUser

ts
robloxUser: string;

createTime

ts
createTime: string;

Defined in: src/types/universes.ts:113


startTime

ts
startTime: string;

Defined in: src/types/universes.ts:114


restrictionType

ts
restrictionType: {
  gameJoinRestriction: object;
};

Defined in: src/types/universes.ts:115

gameJoinRestriction

ts
gameJoinRestriction: object;