Fixes CRUD type import (#2144)

This commit is contained in:
Mihovil Ilakovac 2024-07-02 15:15:39 +02:00 committed by GitHub
parent 320f40327a
commit f0bbdd37d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,8 +5,8 @@ import type {
AuthenticatedQueryDefinition,
{=/ isAuthEnabled =}
{=^ isAuthEnabled =}
ActionDefinition,
QueryDefinition,
UnauthenticatedActionDefinition,
UnauthenticatedQueryDefinition,
{=/ isAuthEnabled =}
_{= crud.entityUpper =},
} from "wasp/server/_types";