UNPKG

@bitzonegaming/roleplay-engine-sdk

Version:
14 lines (13 loc) 268 B
/** * * @export * @interface StartSessionRequest */ export interface StartSessionRequest { /** * Ip address of the user. It is required to start a session. * @type {string} * @memberof StartSessionRequest */ ipAddress: string | null; }