Skip to content

Instantly share code, notes, and snippets.

@the-frey
Created November 27, 2020 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save the-frey/12f06734fb020488439e6bec44f2a9ac to your computer and use it in GitHub Desktop.
Save the-frey/12f06734fb020488439e6bec44f2a9ac to your computer and use it in GitHub Desktop.
type idDbFn = (id: string) => RTE.ReaderTaskEither<db.System, t.Error, pg.QueryResult<st.DbSave>>;
type idEntDbFn = (id: string, entId: string) => RTE.ReaderTaskEither<db.System, t.Error, pg.QueryResult<st.DbSave>>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment