Home > @uniformdev/webhooks > ReleaseEntryPayloadSchema

ReleaseEntryPayloadSchema variable

Signature:

ReleaseEntryPayloadSchema: z.ZodObject<{
    release: z.ZodObject<{
        id: z.ZodString;
        url: z.ZodString;
    }, "strip", z.ZodTypeAny, {
        id: string;
        url: string;
    }, {
        id: string;
        url: string;
    }>;
}, "strip", z.ZodTypeAny, {
    release: {
        id: string;
        url: string;
    };
}, {
    release: {
        id: string;
        url: string;
    };
}>