mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
17ff2d5c98
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
|
interface MyInterface {}
|
|
export {}
|