Collection Permissions (#829)
see https://github.com/outline/outline/issues/668
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
// @flow
|
||||
import Document from '../models/Document';
|
||||
import DocumentsStore from '../stores/DocumentsStore';
|
||||
|
||||
type Options = {
|
||||
file: File,
|
||||
documents: DocumentsStore,
|
||||
documents: *,
|
||||
collectionId: string,
|
||||
documentId?: string,
|
||||
};
|
||||
|
Reference in New Issue
Block a user