export interface INetSuiteCredentials { accountId: string; integrationClientId: string; certificateId: string; pemContent: string; }