Variable TextBlockSchemaConst

TextBlockSchema: ZodObject<{
    duration: ZodNumber;
    text: ZodString;
    time: ZodNumber;
}, "strip", ZodTypeAny, {
    duration: number;
    text: string;
    time: number;
}, {
    duration: number;
    text: string;
    time: number;
}> = ...

Type declaration

Type declaration

  • duration: number
  • text: string
  • time: number

Type declaration

  • duration: number
  • text: string
  • time: number

Generated using TypeDoc