MCPcopy Create free account
hub / github.com/ProgressiveCoders/Spoke / optionalString

Function optionalString

src/server/models/custom-types.js:19–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19export function optionalString() {
20 return type
21 .string()
22 .required()
23 .allowNull(false)
24 .default("");
25}
26
27export function timestamp() {
28 return type

Callers 11

canned-response.jsFile · 0.90
campaign-admin.jsFile · 0.90
message.jsFile · 0.90
opt-out.jsFile · 0.90
campaign.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected