add share to c/dt/t/sp, refactor share input, ifOwner directive

This commit is contained in:
Michael Shamoon
2022-12-07 14:55:40 -08:00
parent 32da039d5f
commit c73688d167
18 changed files with 192 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ import { ObjectWithId } from './object-with-id'
import { PaperlessUser } from './paperless-user'
export interface ObjectWithPermissions extends ObjectWithId {
user?: PaperlessUser
owner?: PaperlessUser
permissions?: Array<[number, string]>
}