/** * {@link DDialogSelect} search function. */ export type DDialogSelectSearchFunction = (word: string, categoryId?: CATEGORY_ID | null) => Promise;