Variable: listByAuthorParamsSchema
constlistByAuthorParamsSchema:ZodObject<{cursor:ZodOptional<ZodString>;did:ZodString;limit:ZodDefault<ZodCoercedNumber<unknown>>;sort:ZodDefault<ZodEnum<{date:"date";views:"views"; }>>; },$strip>
Defined in: src/api/schemas/preprint.ts:182
List preprints by author query params schema.