SimpleKey
[ Interface ]
export interface SimpleKey {
code: string;
key: string;
unmodifiedKey: string;
location: string;
}
[ Interface ]
export interface SimpleKey {
code: string;
key: string;
unmodifiedKey: string;
location: string;
}