mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
12 lines
180 B
TypeScript
12 lines
180 B
TypeScript
export const $AudioWaveform = {
|
|
properties: {
|
|
data: {
|
|
type: "array",
|
|
contains: {
|
|
type: "number",
|
|
},
|
|
isRequired: true,
|
|
},
|
|
},
|
|
} as const;
|