MCPcopy Index your code
hub / github.com/hexclave/hexclave / StringSchema

Interface StringSchema

packages/shared/src/schema-fields.ts:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20declare module "yup" {
21 // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
22 interface StringSchema<TType, TContext, TDefault, TFlags> {
23 nonEmpty(message?: string): StringSchema<TType, TContext, TDefault, TFlags>,
24 empty(): StringSchema<TType, TContext, TDefault, TFlags>,
25 }
26
27 // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
28 interface Schema<TType, TContext, TDefault, TFlags> {

Callers 12

schema-fields.tsFile · 0.80
users.tsFile · 0.80
schema.tsFile · 0.80
MagicLinkSignInFunction · 0.80
CredentialSignUpFunction · 0.80
CredentialSignInFunction · 0.80
CreateApiKeyDialogFunction · 0.80
getMapOptionsFunction · 0.65
defineCompactTableFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected