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