ntcore-ts-client
    Preparing search index...

    Variable subscribeMessageParamsSchemaConst

    subscribeMessageParamsSchema: ZodObject<
        {
            options: ZodObject<
                {
                    all: ZodOptional<ZodBoolean>;
                    periodic: ZodOptional<ZodNumber>;
                    prefix: ZodOptional<ZodBoolean>;
                    topicsonly: ZodOptional<ZodBoolean>;
                },
                $strip,
            >;
            subuid: ZodNumber;
            topics: ZodArray<ZodString>;
        },
        $strip,
    > = ...

    Schema for the subscribe message params in the NT protocol.