Skip to content

Commit

Permalink
chore: update native type definitions
Browse files Browse the repository at this point in the history
Co-Authored-By: LongYinan <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and Brooooooklyn committed Dec 12, 2024
1 parent ebc683f commit 39852f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/native/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ export declare function mergeUpdatesInApplyWay(updates: Array<Buffer>): Buffer
export declare function mintChallengeResponse(resource: string, bits?: number | undefined | null): Promise<string>

export declare function verifyChallengeResponse(response: string, bits: number, resource: string): Promise<boolean>

0 comments on commit 39852f4

Please sign in to comment.