Files
nextcloud-server-mirror/apps/files_sharing/src/sharing.d.ts
2024-07-30 09:50:46 +00:00

11 lines
247 B
TypeScript

/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
export type ShareAttribute = {
value: boolean|string|number|null|object|Array<unknown>
key: string
scope: string
}