Variable bulkReportSchemaConst

bulkReportSchema: ZodObject<{
    csv: ZodString;
}, "strip", ZodTypeAny, {
    csv: string;
}, {
    csv: string;
}> = bulkReportRequiredSchema

Type declaration

  • csv: ZodString

    Report CSV filepath to be sent.

Type declaration

  • csv: string

    Report CSV filepath to be sent.

Type declaration

  • csv: string

    Report CSV filepath to be sent.

Generated using TypeDoc