Add TypeScript integrations package
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface ISsdpResponse {
|
||||
location?: string;
|
||||
server?: string;
|
||||
st?: string;
|
||||
usn?: string;
|
||||
headers?: Record<string, string>;
|
||||
}
|
||||
Reference in New Issue
Block a user