Deferral: ((src: number, playerName: string, setKickReason: KickFunction, deferrals: any) => Result<null, string>)

Type of a deferral function that is called when a player is connecting. If the result is an error, the player is kicked with the error message provided as the result error.