export enum GoogleSheetsAction { GET = 'Get data from sheet', INSERT_ROW = 'Insert a row', UPDATE_ROW = 'Update a row', }