initial working version
This commit is contained in:
5
src/onEdit.ts
Normal file
5
src/onEdit.ts
Normal file
@ -0,0 +1,5 @@
|
||||
/// <reference types="@types/google-apps-script" />
|
||||
|
||||
function onEdit(e: GoogleAppsScript.Events.SheetsOnEdit) {
|
||||
newSku(e)
|
||||
}
|
||||
Reference in New Issue
Block a user