UNPKG

@filerobot/approvals

Version:

Asset approvals package for Filerobot

12 lines (8 loc) 233 B
import Filerobot = require('@filerobot/core') interface ApprovalsOptions { manageApprovalsGalleryRoles?: string[] } declare class Approvals { constructor (plugin: Filerobot.Plugin, opts: ApprovalsOptions) } export = Approvals