Last active
March 25, 2022 02:54
-
-
Save jtlapp/48159c1f91cd5f8feed59e9778a03ef9 to your computer and use it in GitHub Desktop.
The MainApiBinding type
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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