Skip to content
alt:V JS Docs
Search
Meta
K
Main Navigation
Intro
API
Server
Client
Shared
Enums
Types
Interfaces
Guides
Team
💾 Download
GitHub
Twitter
Discord
Appearance
GitHub
Twitter
Discord
Menu
Return to top
On this page
Table of Contents for current page
Interface Definition
Documentation
ILineTick
#
Interface Definition
#
ts
interface
ILineTick
{
readonly
line
:
number
;
readonly
hitCount
:
number
;
};
Documentation
#