interface ViewCodeRequest {
    account_id: string;
    request_type: "view_code";
}

Properties

account_id: string
request_type: "view_code"