interface GetEndpointsOptions {
    endpointUrl?: string;
    localeIds?: UAString[];
    profileUris?: string[];
}

Properties

endpointUrl?: string
localeIds?: UAString[]
profileUris?: string[]