Files

8 lines
142 B
TypeScript

export interface ISsdpResponse {
location?: string;
server?: string;
st?: string;
usn?: string;
headers?: Record<string, string>;
}