type Sample = { key1: true, key2?: string, key3: number } | { key1: false, key2?: string, key3?: never }