import type { PageShieldPolicyResponse } from './PageShieldPolicyResponse'; /** * @type PageShieldPoliciesListEnvelope: * * @property data: * */ export type PageShieldPoliciesListEnvelope = { data: Array; } & { [key: string]: any; };