interface ServiceEditFormState {
    expandedLibraries: string[];
    libraries: LibraryWithSettingsData[];
    parentId: string;
    protocol: string;
    selectedLibrary: string;
}

Properties

expandedLibraries: string[]
parentId: string
protocol: string
selectedLibrary: string