@dcl/sdk 7.0.0-2677486397.commit-094a357 → 7.0.0-2698073429.commit-b4ce057

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1144,7 +1144,6 @@ declare interface PBAudioSource {
1144
1144
  volume: number;
1145
1145
  loop: boolean;
1146
1146
  pitch: number;
1147
- playedAtTimestamp: number;
1148
1147
  audioClipUrl: string;
1149
1148
  }
1150
1149