Skip to content

Instantly share code, notes, and snippets.

@Goldziher
Created August 1, 2021 06:40
Show Gist options
  • Save Goldziher/87c27298b82941416934e047ebc43bda to your computer and use it in GitHub Desktop.
Save Goldziher/87c27298b82941416934e047ebc43bda to your computer and use it in GitHub Desktop.
Re-written factory using EntityInterface helper
export const UserFactory = new TypeFactory<
EntityInterface<User, AbstractUUIDPrimaryKeyEntity>
>(() => ({
...
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment