UNPKG

@aptpod/iscp-ts

Version:

iSCP 2.0 client library for TypeScript

4 lines (3 loc) 64 B
export type PublicInterface<T> = { [P in keyof T]: T[P]; };