sutom/ts/entites/clavierDisposition.ts

7 lines
74 B
TypeScript

export enum ClavierDisposition {
Azerty,
Bépo,
Qwerty,
Qwertz,
}