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

Type declaration

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

Generated using TypeDoc