export type CheckedType = boolean | string | number interface Window { inWorkspace?: boolean } export type JSXElements = JSX.Element[]