Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/PassLink/Action/PassLinkAction.js')
-rw-r--r--src/PassLink/Action/PassLinkAction.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/PassLink/Action/PassLinkAction.js b/src/PassLink/Action/PassLinkAction.js
new file mode 100644
index 0000000..d73cf6c
--- /dev/null
+++ b/src/PassLink/Action/PassLinkAction.js
@@ -0,0 +1,6 @@
+export default class PassLinkAction {
+ constructor(parameters) {
+ this._parameters = parameters;
+ }
+
+} \ No newline at end of file