mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
generate types.
This commit is contained in:
parent
a5e7a6b68b
commit
dc53a1edf0
1 changed files with 2 additions and 0 deletions
|
@ -4292,6 +4292,7 @@ export type components = {
|
|||
iconUrl: string | null;
|
||||
displayOrder: number;
|
||||
})[];
|
||||
attributionDomains: string[];
|
||||
};
|
||||
UserDetailedNotMeOnly: {
|
||||
/** Format: url */
|
||||
|
@ -25180,6 +25181,7 @@ export type operations = {
|
|||
defaultCWPriority?: 'default' | 'parent' | 'defaultParent' | 'parentDefault';
|
||||
/** @enum {string} */
|
||||
allowUnsignedFetch?: 'never' | 'always' | 'essential' | 'staff';
|
||||
attributionDomains?: string[];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue