Searched refs:LibraryElementConnectionDTO (Results 1 – 5 of 5) sorted by relevance
2 LibraryElementConnectionDTO,96 ): Promise<LibraryElementConnectionDTO[]> {97 const { result } = await getBackendSrv().get<{ result: LibraryElementConnectionDTO[] }>(
128 type LibraryElementConnectionDTO struct { struct208 Result []LibraryElementConnectionDTO `json:"result"`
541 …ext.Context, signedInUser *models.SignedInUser, uid string) ([]LibraryElementConnectionDTO, error)…542 connections := make([]LibraryElementConnectionDTO, 0)563 connections = append(connections, LibraryElementConnectionDTO{
14 export interface LibraryElementConnectionDTO { interface
1 …LibraryElementConnectionDTO,\n LibraryElementDTO,\n LibraryElementKind,\n LibraryElementsSearch…