export interface OpenSandboxAccountResponse { 'accountId'?: (string); } export interface OpenSandboxAccountResponse__Output { 'accountId': (string); }