MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / serializeCustomer

Function serializeCustomer

apps/web/pages/api/subscriptions/index.ts:10–14  ·  view source on GitHub ↗
(data: any)

Source from the content-addressed store, hash-verified

8});
9
10function serializeCustomer(data: any) {
11 return {
12 email: data.email,
13 };
14}
15
16function serializeSubscription(data: any) {
17 return {

Callers 1

indexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected