PackUpdatedEventFilters

Represents the filters for the "PackUpdated" event.

type PackUpdatedEventFilters = Partial<{
packId: AbiParameterToPrimitiveType<{
indexed: true;
name: "packId";
type: "uint256";
}>;
}>;