Interface: $ZodKSUIDDef
Defined in: packages/agentos/node_modules/zod/v4/core/schemas.d.cts:237
Extends
$ZodStringFormatDef<"ksuid">
Properties
abort?
optionalabort:boolean
Defined in: packages/agentos/node_modules/zod/v4/core/checks.d.cts:9
If true, no later checks will be executed if this check fails. Default false.
Inherited from
check
check:
"string_format"
Defined in: packages/agentos/node_modules/zod/v4/core/checks.d.cts:162
Inherited from
$ZodCheckStringFormatDef.check
checks?
optionalchecks:$ZodCheck<string>[]
Defined in: packages/agentos/node_modules/zod/v4/core/schemas.d.cts:103
Inherited from
coerce?
optionalcoerce:boolean
Defined in: packages/agentos/node_modules/zod/v4/core/schemas.d.cts:102
Inherited from
error?
optionalerror:$ZodErrorMap<never>
Defined in: packages/agentos/node_modules/zod/v4/core/schemas.d.cts:32
Inherited from
format
format:
"ksuid"
Defined in: packages/agentos/node_modules/zod/v4/core/checks.d.cts:163
Inherited from
pattern?
optionalpattern:RegExp
Defined in: packages/agentos/node_modules/zod/v4/core/checks.d.cts:164
Inherited from
type
type:
"string"
Defined in: packages/agentos/node_modules/zod/v4/core/schemas.d.cts:101
Inherited from
when()?
optionalwhen: (payload) =>boolean
Defined in: packages/agentos/node_modules/zod/v4/core/checks.d.cts:11
If provided, the check runs only when this returns true. By default, it is skipped if prior parsing produced aborting issues.
Parameters
payload
Returns
boolean