Skip to content

PublicInterface

PublicInterface<T> = Pick<T, keyof T>

Defined in: packages/isaacscript-common/src/types/PublicInterface.ts:2

Helper type to extract only the public interface of a class.

T