Add the shell of a StripeTransaction interface
This commit is contained in:
parent
59b950cdf4
commit
5710376e4a
1 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
// License: LGPL-3.0-or-later
|
||||
import type { Subtransaction} from "..";
|
||||
|
||||
export default interface StripeTransaction extends Subtransaction {
|
||||
object: 'stripe_transaction';
|
||||
}
|
Loading…
Reference in a new issue