interface RegisterResponse {
    accessKey: string;
    secretKey: string;
}

Properties

Properties

accessKey: string
secretKey: string