@mcut/timeline
textRunSchema
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / timeline/src / textRunSchema
Variable: textRunSchema
const textRunSchema: ZodObject<{
end: ZodNumber;
start: ZodNumber;
style: ZodObject<{
color: ZodOptional<ZodString>;
fontStyle: ZodOptional<ZodEnum<{
italic: "italic";
normal: "normal";
}>>;
fontWeight: ZodOptional<ZodNumber>;
}, $strip>;
}, $strip>;Defined in: packages/timeline/src/rich-text.ts:24