Type alias DataPermission

DataPermission: {
    actions: DataAction[];
    collection: string;
}

Type declaration