Variable zDecodedPropBaseConst

zDecodedPropBase: z.ZodObject<{
    metadata: z.ZodObject<{
        propDescription: z.ZodOptional<z.ZodString>;
        propTitle: z.ZodOptional<z.ZodString>;
    }, "strip", z.ZodTypeAny, {
        propDescription?: string;
        propTitle?: string;
    }, {
        propDescription?: string;
        propTitle?: string;
    }>;
    propType: z.ZodEnum<["respectBreakout", "respectBreakoutX2", "respectAccount", "respectAccountBatch", "burnRespect", "burnRespectBatch", "tick", "customCall", "customSignal", "setPeriods", "setMinWeight", "cancelProposal", "setMaxLiveYesVotes"]>;
}, "strip", z.ZodTypeAny, {
    metadata: {
        propDescription?: string;
        propTitle?: string;
    };
    propType:
        | "setMinWeight"
        | "burnRespect"
        | "respectBreakout"
        | "respectBreakoutX2"
        | "respectAccount"
        | "respectAccountBatch"
        | "burnRespectBatch"
        | "tick"
        | "customCall"
        | "customSignal"
        | "setPeriods"
        | "cancelProposal"
        | "setMaxLiveYesVotes";
}, {
    metadata: {
        propDescription?: string;
        propTitle?: string;
    };
    propType:
        | "setMinWeight"
        | "burnRespect"
        | "respectBreakout"
        | "respectBreakoutX2"
        | "respectAccount"
        | "respectAccountBatch"
        | "burnRespectBatch"
        | "tick"
        | "customCall"
        | "customSignal"
        | "setPeriods"
        | "cancelProposal"
        | "setMaxLiveYesVotes";
}>