export interface ApiIntegrationDocResponse { /** Integration identifier */ id: string; /** Display name of the integration */ name: string; /** Full MDX documentation content for the integration */ docMdx: string; }