PublicInterface
Type Aliases
Section titled “Type Aliases”PublicInterface
Section titled “PublicInterface”PublicInterface<
T> =Pick<T, keyofT>
Defined in: packages/isaacscript-common/src/types/PublicInterface.ts:2
Helper type to extract only the public interface of a class.
Type Parameters
Section titled “Type Parameters”T
