Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/calcom/cal.diy
/ IUserDeletion
Interface
IUserDeletion
packages/lib/sync/ISyncService.ts:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
};
24
25
export
interface
IUserDeletion<T> {
26
delete(info: T): Promise<WebUserInfoType>;
27
}
28
29
export
interface
IUserCreation<T> {
30
create(info: T): Promise<WebUserInfoType>;
Callers
8
useCompatSearchParams
Function · 0.65
removeByKey
Function · 0.65
mockWindowEventListeners
Function · 0.65
compareUrlSearchParams
Function · 0.65
useCompatSearchParams
Function · 0.65
removeParamsFromUrl
Function · 0.65
setParamInUrl
Function · 0.65
addToRemoveQueue
Function · 0.65
Implementers
15
TestRepository
packages/features/cache/decorators/__t
OAuthClientRepository
packages/features/oauth/repositories/O
ProfileRepository
packages/features/profile/repositories
FilterSegmentRepository
packages/features/data-table/repositor
SelectedCalendarRepository
packages/features/selectedCalendar/rep
PrismaTeamFeatureRepository
packages/features/flags/repositories/P
PrismaUserFeatureRepository
packages/features/flags/repositories/P
CachedUserFeatureRepository
packages/features/flags/repositories/C
CachedTeamFeatureRepository
packages/features/flags/repositories/C
RoleRepository
packages/features/pbac/infrastructure/
PrismaWatchlistAuditRepository
packages/features/watchlist/lib/reposi
PrismaAgentRepositoryAdapter
packages/features/calAIPhone/providers
Calls
no outgoing calls
Tested by
no test coverage detected