File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type { ClerkPaginationRequest } from '@clerk/shared/types' ;
2- import { joinPaths } from '../../util/path' ;
32
3+ import { joinPaths } from '../../util/path' ;
44import type { DeletedObject , JwtTemplate } from '../resources' ;
55import type { PaginatedResourceResponse } from '../resources/Deserializer' ;
66import { AbstractAPI } from './AbstractApi' ;
Original file line number Diff line number Diff line change 11import type { ClerkPaginationRequest } from '@clerk/shared/types' ;
2- import { joinPaths } from '../../util/path' ;
32
3+ import { joinPaths } from '../../util/path' ;
44import type { DeletedObject } from '../resources/DeletedObject' ;
55import type { PaginatedResourceResponse } from '../resources/Deserializer' ;
66import type { WaitlistEntryStatus } from '../resources/Enums' ;
Original file line number Diff line number Diff line change 11import { getEnvVariable } from '@clerk/shared/getEnvVariable' ;
2- import { errorThrower } from './util/shared' ;
32import { Webhook } from 'standardwebhooks' ;
43
54import type { WebhookEvent } from './api/resources/Webhooks' ;
5+ import { errorThrower } from './util/shared' ;
66
77/**
88 * @inline
You can’t perform that action at this time.
0 commit comments