Kind: Function
Source: atloria-monorepo/libs/parser-core/src/openapi/model-schemas.ts
PaginatedItems<CatalogItem> → { base, args }; anything else → undefined.
Signature
tsfunction splitGeneric(name: string): { base: string; args: string[] } | undefined
Parameters
| Name | Type |
|---|---|
name | string |
Returns: { base: string; args: string[] } | undefined
Was this page helpful?