mirror of
https://github.com/flarum/core.git
synced 2025-09-02 20:52:45 +02:00
[1.x] [extensibility] Add (some) missing shims (#4027)
* chore: add some missing shims * chore: remove unused import
This commit is contained in:
5
extensions/nicknames/js/src/@types/shims.d.ts
vendored
Normal file
5
extensions/nicknames/js/src/@types/shims.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare module 'flarum/common/models/User' {
|
||||
export default interface User {
|
||||
canEditNickname(): boolean;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user