mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-29 17:17:56 +03:00
update referral link schema
This commit is contained in:
@@ -3,8 +3,8 @@ import { z } from 'zod';
|
||||
const inviteCodeLinkSchema = z.object({
|
||||
link: z
|
||||
.object({
|
||||
status: z.string(),
|
||||
referer: z.string(),
|
||||
ref_link: z.string(),
|
||||
})
|
||||
.nullable(),
|
||||
invite: z
|
||||
|
||||
Reference in New Issue
Block a user