Commit d259bbd 1 parent 8ee5fbc commit d259bbd Copy full SHA for d259bbd
File tree 2 files changed +7
-6
lines changed
packages/paystack-inline/types
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,10 @@ export type PaystackInlineProps = {
65
65
*/
66
66
initializeCallback ?: ( ) =>
67
67
| Promise < {
68
- message ?: string | undefined
69
- reference : string
70
- authorization_url ?: string | undefined
71
- } >
72
- | Promise < undefined > | undefined
68
+ message ?: string | undefined
69
+ reference : string
70
+ authorization_url ?: string | undefined
71
+ } >
72
+ | Promise < undefined >
73
+ | undefined
73
74
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ packages:
3
3
# - runner
4
4
- ' !runner'
5
5
- ' !package-template'
6
- # - '!packages/vue-csc-selector'
6
+ - ' !packages/vue-csc-selector'
7
7
- ' !packages/otp-input'
8
8
- ' !packages/vue-auth'
9
9
- ' !packages/vue-trix'
You can’t perform that action at this time.
0 commit comments