Skip to content

Commit

Permalink
fix(module:message): empty generic
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoss54 committed Feb 10, 2025
1 parent eb5194d commit c45f48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/message/typings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface NzMessageDataOptions {
nzPauseOnHover?: boolean;
}

export interface NzMessageData<> {
export interface NzMessageData {
type?: NzMessageType | string;
content?: string | TemplateRef<void | { $implicit: NzMNComponent; data: NzSafeAny }>;
messageId?: string;
Expand Down

0 comments on commit c45f48a

Please sign in to comment.