Variable FilterSchemaConst

FilterSchema: ZodObject<{
    id: ZodString;
    options: ZodObject<{
        lutUrl: ZodString;
    }, "strip", ZodTypeAny, {
        lutUrl: string;
    }, {
        lutUrl: string;
    }>;
    sourceId: ZodString;
}, "strip", ZodTypeAny, {
    id: string;
    options: {
        lutUrl: string;
    };
    sourceId: string;
}, {
    id: string;
    options: {
        lutUrl: string;
    };
    sourceId: string;
}> = ...

Type declaration

Type declaration

  • id: string
  • options: {
        lutUrl: string;
    }
    • lutUrl: string
  • sourceId: string

Type declaration

  • id: string
  • options: {
        lutUrl: string;
    }
    • lutUrl: string
  • sourceId: string

Generated using TypeDoc