Files
yaak/src-tauri/yaak-models/permissions/autogenerated/commands/duplicate.toml
T
2025-03-31 11:56:17 -07:00

14 lines
395 B
TOML

# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-duplicate"
description = "Enables the duplicate command without any pre-configured scope."
commands.allow = ["duplicate"]
[[permission]]
identifier = "deny-duplicate"
description = "Denies the duplicate command without any pre-configured scope."
commands.deny = ["duplicate"]