Skip to content

Commit

Permalink
refactor: rename snake-cased props to camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcrazycoder committed Jul 28, 2023
1 parent 12b2bac commit 0216b8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sdk/src/inscription/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export interface Inscription {
number: number;
sat: number;
timestamp: number;
media_type: string;
media_size: number;
media_content: string;
mediaType: string;
mediaSize: number;
mediaContent: string;
meta?: Record<string, any>;
}

0 comments on commit 0216b8a

Please sign in to comment.