UNPKG

@drincs/pixi-vn

Version:

Pixi'VN is a npm package that provides various features for creating visual novels.

8 lines (6 loc) 161 B
interface TickerTimeoutHistory { tags: string[]; ticker: string; canBeDeletedBeforeEnd: boolean; } export type { TickerTimeoutHistory as default };