Type Alias GetRemoteAuthDataProps<A>

type GetRemoteAuthDataProps<A extends AuthType = AuthType> = {
    hostConfig: HostConfig<A>;
    queryParams?: Record<string, string>;
}

Type Parameters

Index

Properties

hostConfig: HostConfig<A>
queryParams?: Record<string, string>