UNPKG

box-node-sdk

Version:

Official SDK for Box Plaform APIs

10 lines (9 loc) 236 B
/** * Shield information barrier report details * * Indicates which folder the report * file is located and any errors when generating the report. */ export interface ShieldInformationBarrierReportDetails { details?: object; }