Documents
type Documents = {
access: boolean;
protectedDocuments: string[];
rights: string[];
unassignedFiles: string[];
unprotectedDocuments: string[];
};
Properties
access
access: boolean;
protectedDocuments
protectedDocuments: string[];
rights
rights: string[];
unassignedFiles
unassignedFiles: string[];
unprotectedDocuments
unprotectedDocuments: string[];