UNPKG

@legumeinfo/web-components

Version:

Web Components for the Legume Information System and other AgBio databases

7 lines 188 B
/** * An object whose keys and values properties must be strings. */ export type StringObjectModel = { [key: string]: string; }; //# sourceMappingURL=lis-string-object-model.d.ts.map