SellerApiKey: {
    accountId: number;
    apiKeyId: number;
    createdAt: string;
    description?: string;
    encryptedApiKey: string;
}

Type declaration

  • accountId: number
  • apiKeyId: number
  • createdAt: string
  • Optional description?: string
  • encryptedApiKey: string

Generated using TypeDoc