interface BoundWitnessMeta {
    $destination?: Lowercase<string>;
    $sourceQuery?: Lowercase<string>;
}

Properties

$destination?: Lowercase<string>
$sourceQuery?: Lowercase<string>