UNPKG

@drincs/pixi-vn

Version:

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

11 lines (8 loc) 230 B
import { StorageElementType } from '../../types/StorageElementType.js'; /** * Interface exported storage data */ interface ExportedStorage { [key: string]: StorageElementType; } export type { ExportedStorage as default };