sutom/ts/entites/clavierDisposition.ts

6 lines
74 B
TypeScript

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