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