export type PayloadDataType = number | string

export interface MemoryCardPayload {
  [idx: string]: PayloadDataType,
}
