/** * Finix API */ export declare class WebhookEnabledEventsInner { /** * The entity type for the enabled event. There can only be one enabled event object for a given entity. */ 'entity'?: string; /** * A list of event types you want to receive for the specified `entity`. */ 'types'?: Array; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }