nooschain / chain/transaction-types / bucketIndexSchemaSchema
Variable: bucketIndexSchemaSchema
constbucketIndexSchemaSchema:ZodObject<{indexes:ZodArray<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"; }>,"many">; },"strip",ZodTypeAny, {indexes:object[]; }, {indexes:object[]; }>
Defined in: chain/transaction-types.ts:173