import { API } from '@editorjs/editorjs'; import { CardWithSelectConfig } from './card-with-select-config.interface'; interface ConstructorParams { api: API; config: CardWithSelectConfig; } export type { ConstructorParams };