typeduck-codex-async-utils 0.8.0

Support package for the standalone Codex Web runtime (codex-app-server-protocol)
Documentation
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "cancellationToken": {
      "type": [
        "string",
        "null"
      ]
    },
    "query": {
      "type": "string"
    },
    "roots": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "query",
    "roots"
  ],
  "title": "FuzzyFileSearchParams",
  "type": "object"
}