interface Params {
    caption: string;
    filter: string;
    options: Options;
}

Properties

caption: string
filter: string
options: Options