generate types.

This commit is contained in:
piuvas 2025-05-30 20:06:24 -03:00
parent a5e7a6b68b
commit dc53a1edf0
No known key found for this signature in database

View file

@ -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[];
};
};
};