Interface ISettingType

Hierarchy

  • ISettingType

Properties

Properties

data?: {
    board: {
        color?: Color;
        kind?: "FU" | "KY" | "KE" | "GI" | "KI" | "KA" | "HI" | "OU" | "TO" | "NY" | "NK" | "NG" | "UM" | "RY";
    }[][];
    color: Color;
    hands: HandSummary[];
}

Type declaration

  • board: {
        color?: Color;
        kind?: "FU" | "KY" | "KE" | "GI" | "KI" | "KA" | "HI" | "OU" | "TO" | "NY" | "NK" | "NG" | "UM" | "RY";
    }[][]
  • color: Color
  • hands: HandSummary[]
preset: string

Generated using TypeDoc