export const TokenCreatedSchema = z.object({
  id: z.string(),
  token: z.string(),
});