export type Props = { accessToken: string; instanceUrl: string; clientName: { clientId: string; clientName: string; registrationDate: number; }; };