2024-07-03 13:19:53 +02:00

6 lines
74 B
TypeScript

export interface ISoundSample
{
id?: number;
noPitch?: boolean;
}