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:
@@ -1,5 +1,4 @@
|
||||
export interface TableOptions {
|
||||
accountName: string;
|
||||
accountKey: string;
|
||||
tableName: string;
|
||||
}
|
||||
Reference in New Issue
Block a user