Support readers (#105)

This commit is contained in:
Vignesh Rangaishenvi
2020-07-21 11:57:23 -07:00
committed by GitHub
parent 4f86015be7
commit 0f4ff0e49f
4 changed files with 28 additions and 11 deletions

View File

@@ -437,10 +437,8 @@ export interface Tenant {
export interface AccountKeys {
primaryMasterKey: string;
secondaryMasterKey: string;
properties: {
primaryReadonlyMasterKey: string;
secondaryReadonlyMasterKey: string;
};
primaryReadonlyMasterKey: string;
secondaryReadonlyMasterKey: string;
}
export interface AfecFeature {