Interface DeleteFolderPermission

interface DeleteFolderPermission {
    folder: string;
    type: "DeleteFolder_permission";
}

Properties

Properties

folder: string
type: "DeleteFolder_permission"

Generated using TypeDoc