UNPKG

@osbjs/osbjs

Version:

a minimalist osu! storyboarding framework

9 lines (8 loc) 239 B
import { SampleSet } from '../Enums/SampleSet'; export interface IHitSample { normalSet: SampleSet; additionSet: SampleSet; index: number | undefined; volume: number | undefined; filename: string | undefined; }