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

18 lines
423 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 RenderTarget = t.union(t.lit("fullscreen"), "number");
export const RenderOptions = t.iface([], {
"height": t.opt("string"),
});
const exportedTypeSuite: t.ITypeSuite = {
RenderTarget,
RenderOptions,
};
export default exportedTypeSuite;