IPCRequestSchema: ZodUnion<
    [
        ZodObject<
            { type: ZodLiteral<ListExtensions> },
            "strip",
            ZodTypeAny,
            { type: ListExtensions },
            { type: ListExtensions },
        >,
        ZodObject<
            { file: ZodString; type: ZodLiteral<LoadExtension> },
            "strip",
            ZodTypeAny,
            { file: string; type: LoadExtension },
            { file: string; type: LoadExtension },
        >,
    ],
> = ...
MMNEPVFCICPMFPCPTTAAATR