File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ export type Sphere = PlainMessage<commonApi.Sphere>;
4848export type Transform = PlainMessage < commonApi . Transform > ;
4949export type Vector3 = PlainMessage < commonApi . Vector3 > ;
5050export type WorldState = PlainMessage < commonApi . WorldState > ;
51+ export type AudioInfo = PlainMessage < commonApi . AudioInfo > ;
52+ export type GetPropertiesRequest = PlainMessage < commonApi . GetPropertiesRequest > ;
53+ export type GetPropertiesResponse = PlainMessage < commonApi . GetPropertiesResponse > ;
5154
5255export const {
5356 Capsule,
@@ -65,6 +68,9 @@ export const {
6568 Transform,
6669 Vector3,
6770 WorldState,
71+ AudioInfo,
72+ GetPropertiesRequest,
73+ GetPropertiesResponse,
6874} = commonApi ;
6975
7076export const isValidGeoPoint = ( value : GeoPoint ) => {
@@ -84,4 +90,4 @@ export {
8490 Timestamp ,
8591 type JsonValue ,
8692 type PlainMessage ,
87- } from '@bufbuild/protobuf' ;
93+ } from '@bufbuild/protobuf' ;
You can’t perform that action at this time.
0 commit comments