Files
integrations/ts/protocols/ssdp/index.ts
T

8 lines
142 B
TypeScript
Raw Normal View History

2026-05-05 12:01:30 +00:00
export interface ISsdpResponse {
location?: string;
server?: string;
st?: string;
usn?: string;
headers?: Record<string, string>;
}