mirror of
https://github.com/jwetzell/acn-js.git
synced 2026-08-13 10:43:38 +00:00
fix casing on type
This commit is contained in:
@@ -60,7 +60,7 @@ export type TransportLayerAddress = {
|
||||
address?: string;
|
||||
};
|
||||
|
||||
export type SDTJOINData = {
|
||||
export type SDTJoinData = {
|
||||
componentID: string;
|
||||
memberID: number;
|
||||
channelNumber: number;
|
||||
@@ -75,5 +75,5 @@ export type SDTJOINData = {
|
||||
export type SessionDataTransportPDU = {
|
||||
vector: SessionDataTransportVectors;
|
||||
// TODO(jwetzell): cleanup these types
|
||||
data: SDTJOINData | Uint8Array;
|
||||
data: SDTJoinData | Uint8Array;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user