6db0559b81
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1408 Reviewed-by: konrad <k@knt.li> Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
4 lines
No EOL
87 B
TypeScript
4 lines
No EOL
87 B
TypeScript
declare module '@faker-js/faker' {
|
|
import faker from 'faker'
|
|
export default faker
|
|
} |