awesome-notifications icon indicating copy to clipboard operation
awesome-notifications copied to clipboard

icons property missing from TS AwnOptions interface

Open salirzv opened this issue 2 years ago • 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

salirzv avatar Jul 13 '22 02:07 salirzv