@akamai/openapi-ts
Preparing search index...
zod.gen
getTagsResponseSchema
Variable getTagsResponseSchema
Const
getTagsResponseSchema
:
ZodObject
<
{
data
:
ZodArray
<
ZodObject
<
{
label
:
ZodString
}
,
$strip
>
>
;
page
:
ZodReadonly
<
ZodInt
>
;
pages
:
ZodReadonly
<
ZodInt
>
;
results
:
ZodReadonly
<
ZodInt
>
;
}
,
$strip
,
>
= ...
A paginated list of tags.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@akamai/openapi-ts
Loading...
A paginated list of tags.