Type alias DirSharedResponse

DirSharedResponse: {
    sharing: boolean;
    users: DirSharedUser[];
}

Type declaration

Generated using TypeDoc