interface InternalRequestOptions {
    internalToken?: string;
    requestId: string;
    serviceHistory: string;
}

Properties

internalToken?: string

internal token

requestId: string

request id

serviceHistory: string

service history

Generated using TypeDoc