Variable: indexInfoSchema
constindexInfoSchema:ZodObject<{columns:ZodArray<ZodString>;endpoint:ZodOptional<ZodString>;name:ZodString;primaryKey:ZodOptional<ZodString>;ready:ZodBoolean;rowCount:ZodOptional<ZodNumber>; },$strip>
Schema for a resolved index definition (the create/get result).