SimpleKey

[ Interface ]

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