Skip to content

Commit

Permalink
chore: add volume to image
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Oct 5, 2023
1 parent 0054435 commit 46e38ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/entity/overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@ type AlertCommonOptions = ExpandRecursively<CreditsCommonOptions & {
export type AlertImage = ExpandRecursively<AlertCommonOptions & {
type: 'gallery';
galleryId: string;
scale: number;
loop: boolean;
volume: number;
}>;

export type AlertText = ExpandRecursively<AlertCommonOptions & {
Expand Down

0 comments on commit 46e38ba

Please sign in to comment.