Type Alias EndpointInstanceRef

type EndpointInstanceRef = {
    dataSourceId: string;
    id: string;
    isPodUrl?: boolean;
    url: string;
}
Index

Properties

dataSourceId: string

Unique identifier of the datasource associated with this endpoint.

id: string
isPodUrl?: boolean
url: string