interface ArticleBulkEditorDropDownConfig {
    initialValue?: string;
    isOptional: boolean;
    items: ArticleBulkEditorDropDownItem[];
}

Properties

initialValue?: string
isOptional: boolean