Variable ReferenceAssetSchemaConst
ReferenceAssetSchema: ZodObject<
{
url: ZodString;
role: ZodUnion<
readonly [
ZodLiteral<"style_reference">,
ZodLiteral<"product_shot">,
ZodLiteral<"mood_board">,
ZodLiteral<"example_creative">,
ZodLiteral<"logo">,
ZodLiteral<"strategy_doc">,
ZodLiteral<"storyboard">,
],
>;
description: ZodOptional<ZodNullable<ZodString>>;
},
$loose,
> = ...