/** * Finix API */ import { Webhook } from './webhook'; /** * List of `Webhook` objects. */ export declare class WebhooksListEmbedded { /** * `Webhook` objects. */ 'webhooks'?: Set; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }