export namespace portal {} export type portal = { /** * @see https://cybozu.dev/ja/kintone/docs/js-api/space/get-content-space-element/ */ getContentSpaceElement: () => Element | null; };