Skip to content

Instantly share code, notes, and snippets.

@shulcsm
Created September 5, 2019 07:25
Show Gist options
  • Save shulcsm/3e7fcd8b55011948e7cf5d0420aada6a to your computer and use it in GitHub Desktop.
Save shulcsm/3e7fcd8b55011948e7cf5d0420aada6a to your computer and use it in GitHub Desktop.
export function createActions<E extends Entity, A extends (keyof E)[]>(
endpoint: string,
url: string,
actions: A,
): { [K in A]: Actions<E>[K] } {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment