RocketChat/Rocket.Chat

View on GitHub
packages/rest-typings/src/helpers/Deprecated.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type Deprecated<T> = (T & { warning: string }) | T;