UNPKG

matrix-react-sdk

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