Skip to content

nooschain v0.1.0


nooschain / chain/transaction-types / bucketIndexDefinitionSchema

Variable: bucketIndexDefinitionSchema

const bucketIndexDefinitionSchema: ZodObject<{ allowedValues: ZodOptional<ZodArray<ZodUnion<[ZodString, ZodNumber, ZodBoolean]>, "many">>; key: ZodString; required: ZodOptional<ZodBoolean>; type: ZodEnum<["string", "number", "integer", "float", "boolean", "date", "datetime"]>; }, "strip", ZodTypeAny, { allowedValues?: (string | number | boolean)[]; key: string; required?: boolean; type: "string" | "number" | "boolean" | "integer" | "float" | "date" | "datetime"; }, { allowedValues?: (string | number | boolean)[]; key: string; required?: boolean; type: "string" | "number" | "boolean" | "integer" | "float" | "date" | "datetime"; }>

Defined in: chain/transaction-types.ts:164

Audience-first NOOSChain documentation.