You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gristlabs_grist-core/app/plugin/InternalImportSourceAPI-ti.ts

15 lines
437 B

/**
* This module was automatically generated by `ts-interface-builder`
*/
import * as t from "ts-interface-checker";
// tslint:disable:object-literal-key-quotes
export const InternalImportSourceAPI = t.iface([], {
"getImportSource": t.func(t.union("ImportSource", "undefined"), t.param("inlineTarget", "RenderTarget")),
});
const exportedTypeSuite: t.ITypeSuite = {
InternalImportSourceAPI,
};
export default exportedTypeSuite;