Files
tauri-plugins-workspace/plugins/nfc/permissions/autogenerated/commands/is_available.toml
T
2024-02-03 15:14:41 -03:00

14 lines
413 B
TOML

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