RegistryData
interface RegistryData {
entries: { data: Record<string, any> | null; entry_id: string }[];
registry_id: string;
}Source: typing.ts:18
Representing the data in Registry Data packet
interface RegistryData {
entries: { data: Record<string, any> | null; entry_id: string }[];
registry_id: string;
}Source: typing.ts:18
Representing the data in Registry Data packet
entries: { data: Record<string, any> | null; entry_id: string }[]registry_id: string