@transreport/pauk-rrms-api
Preparing search index...
getGetBookingNotesQueryKey
Variable getGetBookingNotesQueryKey
Const
getGetBookingNotesQueryKey
:
(
id
:
string
,
params
?:
GetBookingNotesParams
,
)
=>
readonly
[
`
/rrms/api/v1/bookings/
${
string
}
/notes
`
,
...
GetBookingNotesParams
[]
,
]
Type Declaration
(
id
:
string
,
params
?:
GetBookingNotesParams
,
)
:
readonly
[
`
/rrms/api/v1/bookings/
${
string
}
/notes
`
,
...
GetBookingNotesParams
[]
,
]
Parameters
id
:
string
Optional
params
:
GetBookingNotesParams
Returns
readonly
[
`
/rrms/api/v1/bookings/
${
string
}
/notes
`
,
...
GetBookingNotesParams
[]
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@transreport/pauk-rrms-api
Loading...