export interface ReqKey {
    keyId: string;
    overwrite?: boolean;
}
