export interface SelectCustomLabelContext { $implicit: string | null; value: string | null; index: number; }