Skip to content

Commit

Permalink
Use record type
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed May 16, 2024
1 parent 911df50 commit 3833122
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gui/src/app/tinystan/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ export type StanDraws = {
draws: number[][];
};

export type StanVariableInputs = {
[k: string]: unknown;
};
export type StanVariableInputs = Record<string, unknown>;

export interface SamplerParams {
data: string | StanVariableInputs;
Expand Down

0 comments on commit 3833122

Please sign in to comment.