f3oall/awesome-notifications

icons property missing from TS AwnOptions interface

Opened this issue · 3 comments

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

@f3oall seems not to be maintaing the library anymore.

Regarding the type definitions. I wrote them. Will be fixed in the next version.

@seebeen yep, it's on hold. Thanks for your contribution though!

If you don't have time to maintain it - you can give me contributor access.