Skip to content

Commit

Permalink
[demo] Add missing KnockoutObservable<T>
Browse files Browse the repository at this point in the history
  • Loading branch information
romainr committed Apr 2, 2021
1 parent ea1c67f commit c72e74f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ interface SqlScratchpadState {
executor?: Executor;
}

type KnockoutObservable<T> = () => T;

export class SqlScratchpad extends React.Component<{}, SqlScratchpadState> {
state = {
activeExecutable: undefined,
Expand Down

0 comments on commit c72e74f

Please sign in to comment.