Revision 0.9.1

This commit is contained in:
sinclair
2025-04-02 23:05:26 +09:00
parent 59a723cca8
commit 978cb5d962
3 changed files with 4 additions and 4 deletions

View File

@@ -32,4 +32,4 @@ import * as v from 'valibot'
export type BaseConstraint = v.BaseValidation<any, unknown, v.BaseIssue<unknown>> | v.BaseMetadata<any> | v.RegexAction<any, any>
export type BaseRecordKey = v.BaseSchema<string, string | number | symbol, v.BaseIssue<unknown>>
export type BaseSchema = v.BaseSchema<unknown, unknown, v.BaseIssue<unknown>>
export type BaseError = v.ErrorMessage<any>
export type BaseError = undefined // v.ErrorMessage<any>