mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-09 22:58:28 +00:00
This commit is contained in:
parent
cd2e6f06ee
commit
bace18ccd3
2 changed files with 14 additions and 1 deletions
|
|
@ -272,7 +272,10 @@ export namespace Billing {
|
|||
},
|
||||
payment_method_options: {
|
||||
card: {
|
||||
setup_future_usage: "on_session",
|
||||
setup_future_usage: "off_session",
|
||||
},
|
||||
link: {
|
||||
setup_future_usage: "off_session",
|
||||
},
|
||||
},
|
||||
//payment_method_data: {
|
||||
|
|
|
|||
10
packages/tui/sst-env.d.ts
vendored
Normal file
10
packages/tui/sst-env.d.ts
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/* This file is auto-generated by SST. Do not edit. */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/* deno-fmt-ignore-file */
|
||||
/* biome-ignore-all lint: auto-generated */
|
||||
|
||||
/// <reference path="../../sst-env.d.ts" />
|
||||
|
||||
import "sst"
|
||||
export {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue