Add TypeScript integrations package
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface IMdnsRecord {
|
||||
host?: string;
|
||||
port?: number;
|
||||
txt?: Record<string, string | undefined>;
|
||||
name?: string;
|
||||
type?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user