@transreport/pauk-rrms-api
    Preparing search index...

    Variable getGetBookingNotesQueryKeyConst

    getGetBookingNotesQueryKey: (
        id: string,
        params?: GetBookingNotesParams,
    ) => readonly [
        `/rrms/api/v1/bookings/${string}/notes`,
        ...GetBookingNotesParams[],
    ]

    Type Declaration