0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +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

7 lines
122 B
TypeScript

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