Type alias AuthContextProviderProps

AuthContextProviderProps: {
    children: ReactNode;
    scuteClient: ScuteClient;
}

Type declaration

  • children: ReactNode
  • scuteClient: ScuteClient

Generated using TypeDoc