@drincs/pixi-vn
Version:
Pixi'VN is a npm package that provides various features for creating visual novels.
15 lines (12 loc) • 407 B
TypeScript
import LabelJsonType from '../types/LabelJsonType.js';
import '../types/StepLabelJsonType.js';
import '../types/LabelIdType.js';
import '../types/StorageElementType.js';
import '../types/LabelRunModeType.js';
/**
* PixiVNJson It can be defined as a programming language to write a narrative written in json.
*/
interface PixiVNJson {
labels?: LabelJsonType;
}
export type { PixiVNJson as default };