export interface PayoutAccountsConfig { issuerPrivateKey: string; signerPublicKey: string; } export interface PayoutConfig { globalDryRun: boolean; payouts: PayoutAccountsConfig; }