Feature/3 add az table module (#6)

* adding azure table client module

* adding azure table client module

* adding azure table client module
This commit was merged in pull request #6.
This commit is contained in:
2024-08-11 19:03:01 -05:00
committed by GitHub
parent b3e1b31750
commit 09f398c63f
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
export interface TableOptions {
accountName: string;
accountKey: string;
tableName: string;
}