UNPKG

box-node-sdk

Version:

Official SDK for Box Platform APIs

11 lines 679 B
import { ShieldRuleItemV2025R0 } from './shieldRuleItemV2025R0'; import { SerializedData } from '../../serialization/json'; export interface EnterpriseConfigurationShieldV2025R0 { /** * The shield rules configuration for the enterprise. */ readonly shieldRules?: readonly ShieldRuleItemV2025R0[]; readonly rawData?: SerializedData; } export declare function serializeEnterpriseConfigurationShieldV2025R0(val: EnterpriseConfigurationShieldV2025R0): SerializedData; export declare function deserializeEnterpriseConfigurationShieldV2025R0(val: SerializedData): EnterpriseConfigurationShieldV2025R0; //# sourceMappingURL=enterpriseConfigurationShieldV2025R0.d.ts.map