Skip to content

probe-web / @probe-web/client / wire / Mapping

Type Alias: Mapping

ts
type Mapping = 
  | {
  Exact: [string, string];
}
  | {
  Prefix: [string, string];
}
  | {
  Regex: [string, string];
};

Defined in: wire.ts:507

probe-rs-rpc Mapping.