2
0
Files
bot/packages/schemas/features/blocks/integrations/googleSheets/enums.ts

6 lines
128 B
TypeScript
Raw Normal View History

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