mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-05 18:18:37 +02:00
Co-Authored-By: Philipp Walter <philippwalter@pm.me>
This commit is contained in:
co-authored by
Philipp Walter
parent
063a3cfd54
commit
b353dfd349
+1
-1
@@ -44,7 +44,7 @@ export interface NetworkConfig {
|
||||
permissionsDefault?: Permissions;
|
||||
}
|
||||
export interface Duration {
|
||||
millis: number;
|
||||
secs: number;
|
||||
nanos: number;
|
||||
}
|
||||
export declare class Location {
|
||||
|
||||
@@ -78,7 +78,7 @@ export interface NetworkConfig {
|
||||
}
|
||||
|
||||
export interface Duration {
|
||||
millis: number;
|
||||
secs: number;
|
||||
nanos: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user