type alias ShowArgumentsimport { type ShowArguments } from "https://deno.land/x/ddc_vim@v4.3.1/base/ui.ts"; Type ParametersParams extends BaseUiParamsdefinition: { denops: Denops; context: Context; options: DdcOptions; completePos: number; items: DdcItem[]; uiOptions: UiOptions; uiParams: Params; }