mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
refactor: 🏷️ add antenna type to streaming types
This commit is contained in:
parent
987fcda31a
commit
92bce4981c
1 changed files with 9 additions and 0 deletions
|
@ -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 a new issue