MCPcopy
hub / github.com/CodebuffAI/codebuff / LoopsEmailData

Interface LoopsEmailData

packages/internal/src/loops/types.ts:3–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Loops related types will go here
2
3export interface LoopsEmailData {
4 email: string
5 lastName?: string
6 organizationName: string
7 inviterName: string
8 invitationUrl: string
9 role?: string
10 // For generic subject/message emails
11 subject?: string
12 message?: string
13}
14
15export interface LoopsResponse {
16 success: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected