mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 18:21:47 +00:00
6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
import { PluginConfig } from '../../config/dynamic';
|
|
|
|
const config = new PluginConfig('notifications');
|
|
|
|
export default { ...config } as PluginConfig<'notifications'>;
|