teableio/teable

View on GitHub
plugins/src/types.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { PluginPosition } from '@teable/openapi';

export interface IPageParams {
  lang: string;
  baseId: string;
  pluginInstallId: string;
  positionId: string;
  positionType: PluginPosition;
  pluginId: string;
  theme: string;
  tableId?: string;
  shareId?: string;
}