Skip to content

Commit

Permalink
chore: ad variantName
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Oct 19, 2023
1 parent fd03667 commit b715cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/database/entity/overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ export interface Alerts {
id: string;
enabled: boolean;
name: string;
variantName?: string | null;
variants: ExpandRecursively<Omit<Alerts['items'][number], 'variants' | 'hooks'>>[];
/**
* weight of this alert, higher weight means higher priority
Expand Down

0 comments on commit b715cfd

Please sign in to comment.