1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 01:19:58 +00:00
Nuxt/test/fixtures/basic/plugins/test.d.ts
renovate[bot] c906312034
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-05 16:33:27 +01:00

4 lines
103 B
TypeScript

// eslint-disable-next-line @typescript-eslint/no-empty-object-type
interface MyInterface {}
export {}