Skip to content
On this page

This is an auto-generated document to support extension builders understand the internal packages they can utilize. To find our written guides, tutorials, and API/SDK reference, check out our main docs .

Directus / @directus/types / Share

Type alias: Share

Share: Object

Type declaration

collection

collection: string

date_created

date_created: string

date_end

date_end: string | null

date_start

date_start: string | null

id

id: string

item

item: string

max_uses

max_uses: number | null

name

name: string

password

password: string

role

role: string

times_used

times_used: number

user_created

user_created: string | User

Source

shares.ts:3