/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * Serializer for Integration model - used in both tool and trigger definitions. */ export interface Integration { id: string; provider: Vellum.IntegrationProvider; name: Vellum.IntegrationName; }