Hiyve Components - v1.0.0
    Preparing search index...

    Interface FileShareEntry

    A single sharing entry describing who a file is shared with and their permissions.

    interface FileShareEntry {
        permissions?: string[];
        roomName?: string;
        sharedAt?: string;
        userId: string;
    }
    Index

    Properties

    permissions?: string[]

    Permission levels granted (e.g., 'read', 'write')

    roomName?: string

    Room where the sharing occurred

    sharedAt?: string

    When the file was shared (ISO 8601)

    userId: string

    User ID the file is shared with