Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crossle committed Nov 28, 2023
1 parent 4b4f63e commit c7239cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/types/snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export interface RawTransactionResponse extends BaseSnapshotResponse {
state: string;
}

export type SnapshotResponse = DepositResponse | TransferResponse | RawTransactionResponse;
export type SnapshotResponse = DepositResponse | TransferResponse | RawTransactionResponse;

export interface SnapshotRequest {
limit: number;
Expand Down

0 comments on commit c7239cf

Please sign in to comment.