interface URIEventObject {
    id: bigint;
    value: string;
}

Properties

Properties

id: bigint
value: string