fix(faker): remove mock types
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dominik Pschenitschni 2023-01-05 12:30:39 +01:00
parent b71d41c5ec
commit 8b1e8b9b4e
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
declare module '@faker-js/faker' {
import faker from 'faker'
export default faker
}