mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 21:02:10 +01:00
[refactor] remove unused interface
This commit is contained in:
@@ -1,12 +1,3 @@
|
|||||||
|
|
||||||
export interface TS5MessageHandlerOptions {
|
|
||||||
handleAuthMessage?: (data: IAuthMessage) => void;
|
|
||||||
handleClientMoved?: (data: IClientMovedMessage) => void;
|
|
||||||
handleClientPropertiesUpdate?: (data: IClientPropertiesUpdatedMessage) => void;
|
|
||||||
handleTalkStatusChanged?: (data: ITalkStatusChangedMessage) => void;
|
|
||||||
handleClientSelfPropertyUpdated?: (data: IClientSelfPropertyUpdatedMessage) => void;
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface IAuthSenderPayload {
|
export interface IAuthSenderPayload {
|
||||||
type: "auth";
|
type: "auth";
|
||||||
payload: {
|
payload: {
|
||||||
|
|||||||
Reference in New Issue
Block a user