I am trying to use tuple type as function argument\'s type.
type T_a = (a1: string, a2: number) => boolean const a: T_a