generate types.
This commit is contained in:
@@ -4292,6 +4292,7 @@ export type components = {
|
|||||||
iconUrl: string | null;
|
iconUrl: string | null;
|
||||||
displayOrder: number;
|
displayOrder: number;
|
||||||
})[];
|
})[];
|
||||||
|
attributionDomains: string[];
|
||||||
};
|
};
|
||||||
UserDetailedNotMeOnly: {
|
UserDetailedNotMeOnly: {
|
||||||
/** Format: url */
|
/** Format: url */
|
||||||
@@ -25180,6 +25181,7 @@ export type operations = {
|
|||||||
defaultCWPriority?: 'default' | 'parent' | 'defaultParent' | 'parentDefault';
|
defaultCWPriority?: 'default' | 'parent' | 'defaultParent' | 'parentDefault';
|
||||||
/** @enum {string} */
|
/** @enum {string} */
|
||||||
allowUnsignedFetch?: 'never' | 'always' | 'essential' | 'staff';
|
allowUnsignedFetch?: 'never' | 'always' | 'essential' | 'staff';
|
||||||
|
attributionDomains?: string[];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user