awesome-notifications
awesome-notifications copied to clipboard
icons property missing from TS AwnOptions interface
The already declared AwnIcons should be added to the AwnOptions interface:
This is already present:
export interface AwnIcons { enabled?: boolean; prefix?: string; suffix?: string; global?: string; tip?: string; info?: string; success?: string; warning?: string; alert?: string; }
but not present in AwnOptions interface :
//missing icons: AwnIcons