mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
refactor: follow array-type lint rule
This commit is contained in:
@@ -8,8 +8,8 @@ export interface ZeroconfService {
|
||||
name: string;
|
||||
port: number;
|
||||
hostname: string;
|
||||
ipv4Addresses: Array<string>;
|
||||
ipv6Addresses: Array<string>;
|
||||
ipv4Addresses: string[];
|
||||
ipv6Addresses: string[];
|
||||
txtRecord: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user