/** @deprecated since v5. */ export interface TerraMultiCheckBoxValueInterface { value: any; caption: string; selected?: boolean; }