export function getSlotSequenceKey(slotId: number | string): string { return `slot_sequence_${slotId}`; }