Skip to content

Commit bc2358b

Browse files
committed
chore: Remove comment
1 parent b8a0e2e commit bc2358b

File tree

1 file changed

+0
-26
lines changed
  • packages/backend/src/api/resources

1 file changed

+0
-26
lines changed

packages/backend/src/api/resources/JSON.ts

-26
Original file line numberDiff line numberDiff line change
@@ -483,29 +483,3 @@ export interface SamlAccountConnectionJSON extends ClerkResourceJSON {
483483
created_at: number;
484484
updated_at: number;
485485
}
486-
487-
// export type WaitlistEntry = {
488-
// object: WaitlistEntryObject;
489-
// id: string;
490-
// emailAddress: string;
491-
// status: WaitlistEntryStatus;
492-
// /**
493-
// * Indicates if the waitlist entry is locked. Locked entries are being processed in a batch action and are unavailable for other actions.
494-
// *
495-
// * @remarks
496-
// */
497-
// isLocked?: boolean | undefined;
498-
// /**
499-
// * Unix timestamp of creation.
500-
// *
501-
// * @remarks
502-
// */
503-
// createdAt: number;
504-
// /**
505-
// * Unix timestamp of last update.
506-
// *
507-
// * @remarks
508-
// */
509-
// updatedAt: number;
510-
// invitation?: WaitlistEntryInvitation | null | undefined;
511-
// };

0 commit comments

Comments
 (0)