Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
export
function
optionalString() {
20
return
type
21
.string()
22
.required()
23
.allowNull(false)
24
.default(
""
);
25
}
26
27
export
function
timestamp() {
28
return
type
Callers
11
campaign-contact.js
File · 0.90
organization-contact.js
File · 0.90
canned-response.js
File · 0.90
assignment-feedback.js
File · 0.90
campaign-admin.js
File · 0.90
pending-message-part.js
File · 0.90
message.js
File · 0.90
owned_phone_number.js
File · 0.90
opt-out.js
File · 0.90
interaction-step.js
File · 0.90
campaign.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected