interface handleCounts {
    handleCounts: Record<string, number>;
    name: string;
    packId: string;
    scriptModuleUUID: string;
}

Properties

handleCounts: Record<string, number>
name: string
packId: string
scriptModuleUUID: string