@transreport/pauk-rrms-api
Preparing search index...
getGetStationSettingQueryOptions
Variable getGetStationSettingQueryOptions
Const
getGetStationSettingQueryOptions
:
<
TData
=
Awaited
<
ReturnType
<
typeof
getStationSetting
>
>
,
TError
=
unknown
,
>
(
id
:
string
,
options
?:
{
query
?:
Partial
<
UseQueryOptions
<
Awaited
<
ReturnType
<
typeof
getStationSetting
>
>
,
TError
,
TData
,
>
,
>
;
request
?:
SecondParameter
<
typeof
apiClientMutator
>
;
}
,
)
=>
UseQueryOptions
<
Awaited
<
ReturnType
<
typeof
getStationSetting
>
>
,
TError
,
TData
,
>
&
{
queryKey
:
DataTag
<
QueryKey
,
TData
,
TError
>
}
Type Declaration
<
TData
=
Awaited
<
ReturnType
<
typeof
getStationSetting
>
>
,
TError
=
unknown
>
(
id
:
string
,
options
?:
{
query
?:
Partial
<
UseQueryOptions
<
Awaited
<
ReturnType
<
typeof
getStationSetting
>
>
,
TError
,
TData
,
>
,
>
;
request
?:
SecondParameter
<
typeof
apiClientMutator
>
;
}
,
)
:
UseQueryOptions
<
Awaited
<
ReturnType
<
typeof
getStationSetting
>
>
,
TError
,
TData
,
>
&
{
queryKey
:
DataTag
<
QueryKey
,
TData
,
TError
>
}
Type Parameters
TData
=
Awaited
<
ReturnType
<
typeof
getStationSetting
>
>
TError
=
unknown
Parameters
id
:
string
Optional
options
:
{
query
?:
Partial
<
UseQueryOptions
<
Awaited
<
ReturnType
<
typeof
getStationSetting
>
>
,
TError
,
TData
,
>
,
>
;
request
?:
SecondParameter
<
typeof
apiClientMutator
>
;
}
Returns
UseQueryOptions
<
Awaited
<
ReturnType
<
typeof
getStationSetting
>
>
,
TError
,
TData
>
&
{
queryKey
:
DataTag
<
QueryKey
,
TData
,
TError
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@transreport/pauk-rrms-api
Loading...