mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-30 01:27:57 +03:00
Update referral linkSchema
This commit is contained in:
@@ -3,7 +3,6 @@ import { z } from 'zod';
|
||||
const linkSchema = z.object({
|
||||
referer: z.string(),
|
||||
ref_link: z.string(),
|
||||
option: z.number(),
|
||||
});
|
||||
|
||||
export default linkSchema;
|
||||
|
||||
Reference in New Issue
Block a user