Type Alias AppliedToIntegrations<Element>

AppliedToIntegrations<Element>: {
    element: Element;
    integration: Integration;
}[]

Type Parameters

  • Element