Variable moveFaqThemeSchemaConst
moveFaqThemeSchema: ZodObject<
{ sourceUri: ZodString; targetUri: ZodString; themeIndex: ZodNumber },
"strip",
ZodTypeAny,
{ sourceUri: string; targetUri: string; themeIndex: number },
{ sourceUri: string; targetUri: string; themeIndex: number },
> = ...