UNPKG

sound-manager

Version:
8 lines (7 loc) 188 B
export interface ISoundLabel { readonly artistName: string; readonly title: string; readonly contributors?: string[]; readonly license?: string; readonly link?: string; }