diff options
| author | Dax Raad <[email protected]> | 2025-08-30 00:58:22 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-30 00:58:22 -0400 |
| commit | f821b555140cc41f68c7c034bb82ae0cb07d7321 (patch) | |
| tree | 1f7f5b7d6534f02809bdded6ab311603930cfa0e /cloud/core/src/billing.ts | |
| parent | 37f284f9a97d3354143d64fc76c2eb9f7d9ccf9e (diff) | |
| download | opencode-f821b555140cc41f68c7c034bb82ae0cb07d7321.tar.gz opencode-f821b555140cc41f68c7c034bb82ae0cb07d7321.zip | |
ignore: cloud resource
Diffstat (limited to 'cloud/core/src/billing.ts')
| -rw-r--r-- | cloud/core/src/billing.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/core/src/billing.ts b/cloud/core/src/billing.ts index 705999c26..620a72212 100644 --- a/cloud/core/src/billing.ts +++ b/cloud/core/src/billing.ts @@ -7,7 +7,7 @@ import { z } from "zod" import { Identifier } from "./identifier" import { centsToMicroCents } from "./util/price" import { User } from "./user" -import { Resource } from "./util/resource" +import { Resource } from "@opencode/cloud-resource" export namespace Billing { export const stripe = () => |
