activitypub-models/src/common/utils.ts

1 wiersz
48 B
TypeScript

export type Modify<T, R> = Omit<T, keyof R> & R;