Variable getLinodeStatsByYearMonthRequestSchemaConst
getLinodeStatsByYearMonthRequestSchema: ZodObject<
{
body: ZodOptional<ZodNever>;
path: ZodObject<{ linodeId: ZodInt; month: ZodInt; year: ZodInt }, $strip>;
query: ZodOptional<ZodNever>;
},
$strip,
> = ...