1
0
Fork 0
mirror of synced 2024-08-06 13:48:14 +12:00

Add viewReadonlyColumns feature

This commit is contained in:
Adria Navarro 2024-05-27 14:31:16 +02:00
parent 6d71c8c960
commit 4329900a64

View file

@ -14,6 +14,7 @@ export enum Feature {
OFFLINE = "offline",
EXPANDED_PUBLIC_API = "expandedPublicApi",
VIEW_PERMISSIONS = "viewPermissions",
VIEW_READONLY_COLUMNS = "viewReadonlyColumns",
}
export type PlanFeatures = { [key in PlanType]: Feature[] | undefined }