From 43e46d63ddb6415c9c791efea93780ef9abc4853 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 17 Dec 2024 20:26:56 +0100 Subject: [PATCH] chore: use recorder/html types for exported shared types (#34056) --- packages/html-reporter/src/{types.ts => types.d.ts} | 0 packages/recorder/src/{actions.ts => actions.d.ts} | 0 packages/recorder/src/{recorderTypes.ts => recorderTypes.d.ts} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename packages/html-reporter/src/{types.ts => types.d.ts} (100%) rename packages/recorder/src/{actions.ts => actions.d.ts} (100%) rename packages/recorder/src/{recorderTypes.ts => recorderTypes.d.ts} (100%) diff --git a/packages/html-reporter/src/types.ts b/packages/html-reporter/src/types.d.ts similarity index 100% rename from packages/html-reporter/src/types.ts rename to packages/html-reporter/src/types.d.ts diff --git a/packages/recorder/src/actions.ts b/packages/recorder/src/actions.d.ts similarity index 100% rename from packages/recorder/src/actions.ts rename to packages/recorder/src/actions.d.ts diff --git a/packages/recorder/src/recorderTypes.ts b/packages/recorder/src/recorderTypes.d.ts similarity index 100% rename from packages/recorder/src/recorderTypes.ts rename to packages/recorder/src/recorderTypes.d.ts