export interface BakeSuperMacaroonRequestPartial { 'rootKeyIdSuffix'?: (number); 'readOnly'?: (boolean); } export interface BakeSuperMacaroonRequest { 'rootKeyIdSuffix': (number); 'readOnly': (boolean); }