﻿
export interface IApiKeysDto {
    privateKey: string;
    publicKey: string;
}
