Variable storyCarouselItemSchemaConst
storyCarouselItemSchema: SchemaWithPipe<
readonly [
AnySchema,
TransformAction<any, any>,
ObjectSchema<
{
account_id: StringSchema<undefined>;
avatar: StringSchema<undefined>;
latest: ObjectSchema<
{
id: SchemaWithPipe<
readonly [UnknownSchema, TransformAction<any, string>],
>;
preview_url: StringSchema<undefined>;
type: StringSchema<undefined>;
},
undefined,
>;
local: BooleanSchema<undefined>;
seen: BooleanSchema<undefined>;
story_id: SchemaWithPipe<
readonly [UnknownSchema, TransformAction<any, string>],
>;
url: StringSchema<undefined>;
username: StringSchema<undefined>;
},
undefined,
>,
],
> = ...