Skip to content

Instantly share code, notes, and snippets.

@jtlapp
Last active March 25, 2022 02:54
Show Gist options
  • Save jtlapp/48159c1f91cd5f8feed59e9778a03ef9 to your computer and use it in GitHub Desktop.
Save jtlapp/48159c1f91cd5f8feed59e9778a03ef9 to your computer and use it in GitHub Desktop.
The MainApiBinding type
export type MainApiBinding<T> = {
[K in PublicProperty<keyof T>]: T[K];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment