Vana SDK - v0.1.0
    Preparing search index...

    Interface FileAccessPermissions

    File access permissions

    interface FileAccessPermissions {
        read: boolean;
        write: boolean;
        delete: boolean;
        share: boolean;
    }
    Index

    Properties

    Properties

    read: boolean

    Whether the file can be read

    write: boolean

    Whether the file can be written

    delete: boolean

    Whether the file can be deleted

    share: boolean

    Whether the file can be shared