Variable BlobResourceContentsSchemaConst
BlobResourceContentsSchema: ZodObject<
extendShape<
{ mimeType: ZodOptional<ZodString>; uri: ZodString },
{ blob: ZodString },
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
{ mimeType: ZodOptional<ZodString>; uri: ZodString },
{ blob: ZodString },
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
{ mimeType: ZodOptional<ZodString>; uri: ZodString },
{ blob: ZodString },
>,
ZodTypeAny,
"passthrough",
>,
> = ...