Skip to content

Commit

Permalink
chore: add variants
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Oct 5, 2023
1 parent 59f5621 commit 0054435
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/database/entity/overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,11 @@ export interface Alerts {
*/
hooks: ('follow' | 'raid')[];
items: ExpandRecursively<AlertImage | AlertText>[]
variants: {
[x: string]: {
[itemId: string]: Record<string, any>
}
}
/**
* additional hook filters
*/
Expand Down

0 comments on commit 0054435

Please sign in to comment.