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/CustomSectionAPI-ti.ts

12 lines
314 B

import * as t from "ts-interface-checker";
// tslint:disable:object-literal-key-quotes
export const CustomSectionAPI = t.iface([], {
"createSection": t.func("void", t.param("inlineTarget", "RenderTarget")),
});
const exportedTypeSuite: t.ITypeSuite = {
CustomSectionAPI,
};
export default exportedTypeSuite;