teableio/teable

View on GitHub
apps/nextjs-app/src/features/app/blocks/setting/oauth-app/constant.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { ActionPrefix } from '@teable/core';

export const OAuthActionsPrefixes = [
  ActionPrefix.Table,
  ActionPrefix.View,
  ActionPrefix.Field,
  ActionPrefix.Record,
  ActionPrefix.Automation,
  ActionPrefix.User,
];