refactor: 🏷️ add antenna type to streaming types
This commit is contained in:
parent
fea10ab6db
commit
0625bcbec3
|
@ -90,6 +90,15 @@ export type Channels = {
|
||||||
};
|
};
|
||||||
receives: null;
|
receives: null;
|
||||||
};
|
};
|
||||||
|
antenna: {
|
||||||
|
params: {
|
||||||
|
antennaId: Antenna["id"];
|
||||||
|
};
|
||||||
|
events: {
|
||||||
|
note: (payload: Note) => void;
|
||||||
|
};
|
||||||
|
receives: null;
|
||||||
|
}
|
||||||
messaging: {
|
messaging: {
|
||||||
params: {
|
params: {
|
||||||
otherparty?: User["id"] | null;
|
otherparty?: User["id"] | null;
|
||||||
|
|
Loading…
Reference in New Issue