develop
import { ActionPrefix } from '@teable/core'; export const OAuthActionsPrefixes = [ ActionPrefix.Table, ActionPrefix.View, ActionPrefix.Field, ActionPrefix.Record, ActionPrefix.Automation, ActionPrefix.User, ];