fix(backend): correct app-type notification schema (#14471)
This commit is contained in:
parent
b6fdd71957
commit
3e85052754
3 changed files with 7 additions and 7 deletions
|
|
@ -4253,7 +4253,7 @@ export type components = {
|
|||
/** @enum {string} */
|
||||
type: 'achievementEarned';
|
||||
achievement: string;
|
||||
} | {
|
||||
} | ({
|
||||
/** Format: id */
|
||||
id: string;
|
||||
/** Format: date-time */
|
||||
|
|
@ -4261,9 +4261,9 @@ export type components = {
|
|||
/** @enum {string} */
|
||||
type: 'app';
|
||||
body: string;
|
||||
header: string;
|
||||
icon: string;
|
||||
} | {
|
||||
header: string | null;
|
||||
icon: string | null;
|
||||
}) | {
|
||||
/** Format: id */
|
||||
id: string;
|
||||
/** Format: date-time */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue