box-node-sdk
Version:
Official SDK for Box Platform APIs
10 lines • 927 B
TypeScript
import { ShieldListContentCountryV2025R0 } from './shieldListContentCountryV2025R0';
import { ShieldListContentDomainV2025R0 } from './shieldListContentDomainV2025R0';
import { ShieldListContentEmailV2025R0 } from './shieldListContentEmailV2025R0';
import { ShieldListContentIpV2025R0 } from './shieldListContentIpV2025R0';
import { ShieldListContentIntegrationV2025R0 } from './shieldListContentIntegrationV2025R0';
import { SerializedData } from '../../serialization/json';
export type ShieldListContentV2025R0 = ShieldListContentCountryV2025R0 | ShieldListContentDomainV2025R0 | ShieldListContentEmailV2025R0 | ShieldListContentIpV2025R0 | ShieldListContentIntegrationV2025R0;
export declare function serializeShieldListContentV2025R0(val: any): SerializedData;
export declare function deserializeShieldListContentV2025R0(val: SerializedData): ShieldListContentV2025R0;
//# sourceMappingURL=shieldListContentV2025R0.d.ts.map