MCPcopy
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
25export interface IUserDeletion<T> {
26 delete(info: T): Promise<WebUserInfoType>;
27}
28
29export interface IUserCreation<T> {
30 create(info: T): Promise<WebUserInfoType>;

Callers 8

useCompatSearchParamsFunction · 0.65
removeByKeyFunction · 0.65
mockWindowEventListenersFunction · 0.65
compareUrlSearchParamsFunction · 0.65
useCompatSearchParamsFunction · 0.65
removeParamsFromUrlFunction · 0.65
setParamInUrlFunction · 0.65
addToRemoveQueueFunction · 0.65

Implementers 15

TestRepositorypackages/features/cache/decorators/__t
OAuthClientRepositorypackages/features/oauth/repositories/O
ProfileRepositorypackages/features/profile/repositories
FilterSegmentRepositorypackages/features/data-table/repositor
SelectedCalendarRepositorypackages/features/selectedCalendar/rep
PrismaTeamFeatureRepositorypackages/features/flags/repositories/P
PrismaUserFeatureRepositorypackages/features/flags/repositories/P
CachedUserFeatureRepositorypackages/features/flags/repositories/C
CachedTeamFeatureRepositorypackages/features/flags/repositories/C
RoleRepositorypackages/features/pbac/infrastructure/
PrismaWatchlistAuditRepositorypackages/features/watchlist/lib/reposi
PrismaAgentRepositoryAdapterpackages/features/calAIPhone/providers

Calls

no outgoing calls

Tested by

no test coverage detected