Add a "NEW" Badge for New Plugins (V2)! (#234)
Co-authored-by: Ven <vendicated@riseup.net> Co-authored-by: Justice Almanzar <superdash993@gmail.com> Co-authored-by: ArjixWasTaken <53124886+ArjixWasTaken@users.noreply.github.com>
This commit is contained in:
2
src/globals.d.ts
vendored
2
src/globals.d.ts
vendored
@ -16,6 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { LoDashStatic } from "lodash";
|
||||
|
||||
declare global {
|
||||
/**
|
||||
@ -54,6 +55,7 @@ declare global {
|
||||
push(chunk: any): any;
|
||||
pop(): any;
|
||||
};
|
||||
_: LoDashStatic;
|
||||
[k: string]: any;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user