(app: AppResponse)
| 15 | |
| 16 | |
| 17 | export const isWebhookSmartApp = (app: AppResponse): boolean => !!app.webhookSmartApp |
| 18 | export const hasSubscription = (app: AppResponse): boolean => !!app.apiOnly?.subscription |
| 19 | |
| 20 | export const tableFieldDefinitions: TableFieldDefinition<AppResponse>[] = [ |