UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

3 lines (2 loc) 168 B
import { AsyncApiBinding, BindingInterface } from '../../types/asyncapi.js'; export declare const getBindingsData: (bindings: BindingInterface[]) => AsyncApiBinding[];