Home > @uniformdev/webhooks > ProjectMapDeleteDefinition

ProjectMapDeleteDefinition variable

Signature:

ProjectMapDeleteDefinition: Definition<z.ZodObject<{
    id: z.ZodString;
    base_url: z.ZodOptional<z.ZodString>;
    project_id: z.ZodString;
}, "strip", z.ZodTypeAny, {
    id: string;
    project_id: string;
    base_url?: string | undefined;
}, {
    id: string;
    project_id: string;
    base_url?: string | undefined;
}>>