adding azure table client module (#4)
This commit was merged in pull request #4.
This commit is contained in:
5
libs/modules/src/azTable/az-table.interface.ts
Normal file
5
libs/modules/src/azTable/az-table.interface.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface TableOptions {
|
||||
accountName: string;
|
||||
accountKey: string;
|
||||
tableName: string;
|
||||
}
|
||||
Reference in New Issue
Block a user