Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "index"

Index

Type aliases

PrivateKey

PrivateKey: string | Buffer

A value for an App Store Connect private key.

SalesReportRowFilter

SalesReportRowFilter: (row: SalesReportRow) => boolean | PromiseLike<boolean>

A filter for a 'SalesReportRow' item.

param

The current item / row.

returns

The result, that indicates if filter criteria matches or not.

Type declaration

Generated using TypeDoc