MCPcopy
hub / github.com/AgentOps-AI/agentops / UserPayload

Interface UserPayload

app/supabase/functions/create-loops-contact/index.ts:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11type AuthUserRecord = Database['auth']['Tables']['users']['Row'];
12
13interface UserPayload {
14 type: 'INSERT';
15 table: string;
16 record: AuthUserRecord;
17 schema: 'auth';
18 old_record: AuthUserRecord | null;
19}
20
21Deno.serve(async (req) => {
22 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…