Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jan 3, 2025
1 parent 3259cf0 commit b47c825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yarn-project/blob-sink/src/types/api.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { z } from 'zod';

export interface PostBlobSidecarRequest {
// eslint-disable-next-line camelcase
block_id: string;
blobs: Array<{
index: number;
Expand All @@ -18,6 +19,7 @@ export const blockIdSchema = z.coerce
.max(66);

export const postBlobSidecarSchema = z.object({
// eslint-disable-next-line camelcase
block_id: blockIdSchema,
blobs: z.array(
z.object({
Expand Down

0 comments on commit b47c825

Please sign in to comment.