interface ExportKeyNameResponse {
    createdAt?: Date;
    nameId: string;
    privateKey: string;
    projectId: string;
    publicKey: string;
    updatedAt?: Date;
}

Properties

createdAt?: Date
nameId: string
privateKey: string
projectId: string
publicKey: string
updatedAt?: Date