0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-11 13:48:55 +00:00
renovatebot_renovate/lib/modules/platform/bitbucket-server/schema.ts
Aleksandr Mezin 716c8cf175 feat(bitbucket-server)!: autodetect gitAuthor if possible (#29525)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-07-25 15:28:16 +02:00

6 lines
122 B
TypeScript

import { z } from 'zod';
export const UserSchema = z.object({
displayName: z.string(),
emailAddress: z.string(),
});