diff --git a/types/_helpers.ts b/types/_helpers.ts index fa9b77da0..d5b9ad290 100644 --- a/types/_helpers.ts +++ b/types/_helpers.ts @@ -11,6 +11,4 @@ * and limitations under the License. */ -type Named = T & { name: string; }; - -export { Named } \ No newline at end of file +export type Named = T & { name: string; };