Skip to content

vaultmd / VaultPrefixes

Type Alias: VaultPrefixes

VaultPrefixes = object

Defined in: src/vault-io/models/vault-prefixes.ts:5

Allowlist prefixes that scope the read and write surfaces of a VaultIo. An empty string '' in either list grants access to the entire vault root.

Properties

read

read: string[]

Defined in: src/vault-io/models/vault-prefixes.ts:7

Vault-relative path prefixes that are permitted for read operations.


write

write: string[]

Defined in: src/vault-io/models/vault-prefixes.ts:9

Vault-relative path prefixes that are permitted for write operations.