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;
|
||||
};
|
||||
antenna: {
|
||||
params: {
|
||||
antennaId: Antenna["id"];
|
||||
};
|
||||
events: {
|
||||
note: (payload: Note) => void;
|
||||
};
|
||||
receives: null;
|
||||
}
|
||||
messaging: {
|
||||
params: {
|
||||
otherparty?: User["id"] | null;
|
||||
|
|
Loading…
Reference in New Issue