UNPKG

@it_kyryl/arbitrage_admin_schema

Version:

Schema for arbitrage admin panel

9 lines 612 B
import { z } from 'zod'; export declare const providersArray: readonly ["TONIC", "ADSCOM", "SYSTEM1", "DOMAIN_ACTIVE", "INUVO"]; export declare const providerDto: z.ZodEnum<["TONIC", "ADSCOM", "SYSTEM1", "DOMAIN_ACTIVE", "INUVO"]>; export type ProviderDtoT = z.infer<typeof providerDto>; export declare const offerTypeArray: readonly ["AFD", "RSOC"]; export declare const offerTypeDto: z.ZodEnum<["AFD", "RSOC"]>; export declare const offerStatusDto: z.ZodEnum<["ACTIVE", "ERROR", "PENDING", "NEW", "CREATION_ERROR"]>; export type OfferTypeDtoT = z.infer<typeof offerTypeDto>; //# sourceMappingURL=index.d.ts.map