mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-03 03:28:07 +03:00
update referralDataSchema
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { z } from "zod";
|
||||
import { z } from 'zod';
|
||||
|
||||
export const referralDataSchema = z.object({
|
||||
referer: z.string(),
|
||||
referer: z.string().nullable(),
|
||||
isReferral: z.boolean(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user