implement resolver.resolveCollectionItems

This commit is contained in:
Hazelnoot 2025-05-26 11:16:48 -04:00
parent b506dd564b
commit 5f0bb5dcd7
3 changed files with 87 additions and 27 deletions

View file

@ -12918,6 +12918,8 @@ export type operations = {
content: {
'application/json': {
uri: string;
expandCollectionItems?: boolean;
allowAnonymous?: boolean;
};
};
};