Skip to content

Commit

Permalink
Update src/types/app-client.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Moore (MakerX) <[email protected]>
  • Loading branch information
tristanmenzel and robdmoore authored Mar 19, 2024
1 parent c2df583 commit 7336a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/app-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ export interface AppClientDeployCallInterfaceParams {

/** Parameters to pass into ApplicationClient.deploy */
export interface AppClientDeployParams extends AppClientDeployCoreParams, AppClientDeployCallInterfaceParams {
schema?: AppStorageSchema
/** Any overrides for the storage schema to request for the created app; by default the schema indicated by the app spec is used. */
schema?: Partial<AppStorageSchema>
}

// eslint-disable-next-line @typescript-eslint/no-empty-interface
Expand Down

0 comments on commit 7336a2c

Please sign in to comment.