export const figmaProviderScopes: string[] = [
  "current_user:read",
  "file_metadata:read",
  "file_content:read",
  "file_versions:read",
  "file_comments:read",
  "file_comments:write",
  "projects:read",
  "project_metadata:read",
  "library_content:read",
  "library_assets:read",
  "file_dev_resources:read",
  "file_dev_resources:write",
];
