Sanity Library Reference Docs
    Preparing search index...

    Type Alias LoginComponentPropsBeta

    LoginComponentProps:
        | { basePath: string; projectId: string; redirectPath?: string }
        | { basePath?: string; projectId: string; redirectPath: string }

    Type declaration

    • { basePath: string; projectId: string; redirectPath?: string }
      • basePath: string

        use redirectPath instead

      • projectId: string
      • OptionalredirectPath?: string
    • { basePath?: string; projectId: string; redirectPath: string }
      • OptionalbasePath?: string

        use redirectPath instead

      • projectId: string
      • redirectPath: string