ntcore-ts-client
    Preparing search index...

    Variable topicPropertiesSchemaConst

    topicPropertiesSchema: ZodObject<
        {
            cached: ZodOptional<ZodBoolean>;
            persistent: ZodOptional<ZodBoolean>;
            retained: ZodOptional<ZodBoolean>;
        },
        $strip,
    > = ...

    Schema for topic properties in the NT protocol.