UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

3 lines 157 B
import { SettingsState } from '../types/state/settings.interfaces'; export type Type = Partial<SettingsState>; //# sourceMappingURL=partial-settings.d.ts.map