@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
16 lines (15 loc) • 486 B
TypeScript
export declare const INTERVIEW_INVITE_PATTERN: {
sendInterviewInvite: string;
};
export declare const F2F_INTERVIEW_PATTERN: {
fetchBookings: string;
fetchBookingById: string;
fetchInterviewsByInterviewerId: string;
fetchInterviewsByCandidateId: string;
createF2FInterview: string;
createF2FInterviewRescheduleRequest: string;
rejectF2FInterviewRescheduleRequest: string;
};
export declare const CALENDLY_PATTERN: {
handleCalendlyWebhook: string;
};