Skip to content

Commit

Permalink
Update app.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
abeljimo committed Feb 22, 2024
1 parent 6ac0b93 commit a7f879d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion apps/stripe/generated/@types/@uesio/app.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ declare module "@uesio/app/bots/runaction/uesio/stripe/checkout" {
declare module "@uesio/app/bots/runaction/uesio/stripe/checkout_retrieve" {

type Params = {
id?: string
id: string
}

export type {
Expand All @@ -47,6 +47,16 @@ declare module "@uesio/app/bots/runaction/uesio/stripe/customer_search" {
metadata?: unknown
}

export type {
Params
}
}
declare module "@uesio/app/bots/runaction/uesio/stripe/subscription_retrieve" {

type Params = {
id: string
}

export type {
Params
}
Expand Down

0 comments on commit a7f879d

Please sign in to comment.